dvilasuero HF staff commited on
Commit
ee2d8a1
β€’
1 Parent(s): 4be1743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -272,11 +272,6 @@ def main() -> None:
272
 
273
  fetch_data()
274
 
275
- scheduler = BackgroundScheduler()
276
- scheduler.add_job(
277
- func=fetch_data, trigger="interval", seconds=update_interval, max_instances=1
278
- )
279
- scheduler.start()
280
 
281
  # To avoid the orange border for the Gradio elements that are in constant loading
282
  css = """
 
272
 
273
  fetch_data()
274
 
 
 
 
 
 
275
 
276
  # To avoid the orange border for the Gradio elements that are in constant loading
277
  css = """