acecalisto3 commited on
Commit
7051b81
1 Parent(s): 1a26043

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -284,7 +284,7 @@ async def main():
284
  )
285
 
286
  # --- Periodic Updates ---
287
- feed_updater = gr.Timer(interval=300) # Update every 5 minutes
288
  feed_updater.tick(fn=update_feed_content, outputs=[feed_content])
289
 
290
  # --- Load Database Status ---
 
284
  )
285
 
286
  # --- Periodic Updates ---
287
+ feed_updater = gr.Timer(every=300) # Update every 5 minutes
288
  feed_updater.tick(fn=update_feed_content, outputs=[feed_content])
289
 
290
  # --- Load Database Status ---