BenchmarkBot commited on
Commit
d775ce8
β€’
1 Parent(s): dcfabfb
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -95,7 +95,6 @@ with demo:
95
  elem_id="citation-button",
96
  ).style(show_copy_button=True)
97
 
98
-
99
  # Restart space every hour
100
  scheduler = BackgroundScheduler()
101
  scheduler.add_job(restart_space, "interval", seconds=3600,
 
95
  elem_id="citation-button",
96
  ).style(show_copy_button=True)
97
 
 
98
  # Restart space every hour
99
  scheduler = BackgroundScheduler()
100
  scheduler.add_job(restart_space, "interval", seconds=3600,