Commit
·
a17f811
1
Parent(s):
4be3d46
Fix dark theme hiding page
Browse files
app.py
CHANGED
|
@@ -414,7 +414,6 @@ textarea, input[type="text"] {
|
|
| 414 |
|
| 415 |
/* Remove gradio branding */
|
| 416 |
footer { display: none !important; }
|
| 417 |
-
.dark { display: none !important; }
|
| 418 |
</style>
|
| 419 |
"""
|
| 420 |
|
|
@@ -617,4 +616,4 @@ with gr.Blocks(
|
|
| 617 |
</div>
|
| 618 |
""")
|
| 619 |
|
| 620 |
-
demo.launch()
|
|
|
|
| 414 |
|
| 415 |
/* Remove gradio branding */
|
| 416 |
footer { display: none !important; }
|
|
|
|
| 417 |
</style>
|
| 418 |
"""
|
| 419 |
|
|
|
|
| 616 |
</div>
|
| 617 |
""")
|
| 618 |
|
| 619 |
+
demo.launch()
|