Spaces:
Sleeping
Sleeping
Rowan Martnishn
commited on
Update app.py
Browse files
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(
|
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)
|