Spaces:
Runtime error
Runtime error
Commit
•
ee2d8a1
1
Parent(s):
4be1743
Update app.py
Browse files
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 = """
|