alidenewade commited on
Commit
622eec2
·
verified ·
1 Parent(s): bf16b22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ def forecast_time_series(geoid):
278
  return fig, metrics_text
279
 
280
  # --- Gradio App Layout ---
281
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
282
  gr.Markdown("# NYC Urban Indicators Dashboard & Prediction")
283
 
284
  with gr.Tab("Dashboard"):
 
278
  return fig, metrics_text
279
 
280
  # --- Gradio App Layout ---
281
+ with gr.Blocks() as demo:
282
  gr.Markdown("# NYC Urban Indicators Dashboard & Prediction")
283
 
284
  with gr.Tab("Dashboard"):