Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as app:
|
|
162 |
""")
|
163 |
|
164 |
# Set up timer for half-hourly updates (1800 seconds)
|
165 |
-
timer = gr.Timer(
|
166 |
timer.tick(update_plot, inputs=None, outputs=[line_plot, footer])
|
167 |
|
168 |
# Launch the app
|
|
|
162 |
""")
|
163 |
|
164 |
# Set up timer for half-hourly updates (1800 seconds)
|
165 |
+
timer = gr.Timer(3600)
|
166 |
timer.tick(update_plot, inputs=None, outputs=[line_plot, footer])
|
167 |
|
168 |
# Launch the app
|