nafisneehal commited on
Commit
a8306f7
·
verified ·
1 Parent(s): 50ceb57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(300)
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