Spaces:
Running
Running
Prometech Computer Sciences Corp
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ html, body {
|
|
| 140 |
.gradio-container {
|
| 141 |
background: transparent !important;
|
| 142 |
position: relative;
|
| 143 |
-
z-index:
|
| 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:
|
| 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 |
"""
|