Update app.py
Browse files
app.py
CHANGED
|
@@ -1460,7 +1460,7 @@ def load_user_forecast(user_id: str):
|
|
| 1460 |
|
| 1461 |
# ===================== MAIN GRADIO APP =====================
|
| 1462 |
with gr.Blocks(
|
| 1463 |
-
theme=
|
| 1464 |
title=APP_TITLE,
|
| 1465 |
css="""
|
| 1466 |
.gradio-container {
|
|
|
|
| 1460 |
|
| 1461 |
# ===================== MAIN GRADIO APP =====================
|
| 1462 |
with gr.Blocks(
|
| 1463 |
+
theme=gr.themes.Soft(),
|
| 1464 |
title=APP_TITLE,
|
| 1465 |
css="""
|
| 1466 |
.gradio-container {
|