Update app.py
Browse files
app.py
CHANGED
|
@@ -189,6 +189,13 @@ with gr.Blocks(css="""
|
|
| 189 |
footer { display: none !important; }
|
| 190 |
.svelte-1ipelgc { display: none !important; }
|
| 191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
""") as demo:
|
| 193 |
gr.HTML("""
|
| 194 |
<script>
|
|
|
|
| 189 |
footer { display: none !important; }
|
| 190 |
.svelte-1ipelgc { display: none !important; }
|
| 191 |
|
| 192 |
+
.icon-button-wrapper {
|
| 193 |
+
display: none !important;
|
| 194 |
+
}
|
| 195 |
+
|
| 196 |
+
label.svelte-1to105q {
|
| 197 |
+
display: none !important;
|
| 198 |
+
}
|
| 199 |
""") as demo:
|
| 200 |
gr.HTML("""
|
| 201 |
<script>
|