Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2201,7 +2201,7 @@ iface = gr.Interface(
|
|
2201 |
css="footer{display:none !important}",
|
2202 |
title="BATB Acronym Finder",
|
2203 |
description="",
|
2204 |
-
theme='
|
2205 |
)
|
2206 |
|
2207 |
iface.launch()
|
|
|
2201 |
css="footer{display:none !important}",
|
2202 |
title="BATB Acronym Finder",
|
2203 |
description="",
|
2204 |
+
theme='default'
|
2205 |
)
|
2206 |
|
2207 |
iface.launch()
|