sammy786 commited on
Commit
390e7d8
·
verified ·
1 Parent(s): ba8b8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=THEME if isinstance(THEME, gr.themes.ThemeClass) else gr.themes.Soft(),
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 {