Prometech Computer Sciences Corp commited on
Commit
12f5ea8
·
verified ·
1 Parent(s): 03c7b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,7 +140,7 @@ html, body {
140
  .gradio-container {
141
  background: transparent !important;
142
  position: relative;
143
- z-index: 2;
144
  padding: 8px;
145
  }
146
 
@@ -756,7 +756,7 @@ font-family: var(--terminal-font) !important;
756
  }
757
 
758
  #pb-binary { display:block !important; }
759
- .gradio-container { position: relative; z-index: 2; }
760
 
761
  </style>
762
  """
 
140
  .gradio-container {
141
  background: transparent !important;
142
  position: relative;
143
+ z-index: 3;
144
  padding: 8px;
145
  }
146
 
 
756
  }
757
 
758
  #pb-binary { display:block !important; }
759
+ .gradio-container { position: relative; z-index: 3; }
760
 
761
  </style>
762
  """