Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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"):
|