Rowan Martnishn commited on
Commit
037b7f7
·
verified ·
1 Parent(s): 25498b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ with gr.Blocks(css=custom_css) as demo:
308
  return "Processing data..."
309
 
310
  # Use the Timer component according to the documentation
311
- timer = gr.Timer(10, refresh_html, [], html_output)
312
 
313
  # Initial call to set the HTML content when the page loads
314
  demo.load(refresh_html, [], html_output)
 
308
  return "Processing data..."
309
 
310
  # Use the Timer component according to the documentation
311
+ timer = gr.Timer(3600, refresh_html, [], html_output)
312
 
313
  # Initial call to set the HTML content when the page loads
314
  demo.load(refresh_html, [], html_output)