Seraph19 commited on
Commit
33b9eda
1 Parent(s): d0ddee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ submit_button.click(
189
  )
190
 
191
  # ... (Rest of your code)
192
- )
193
  start_button = gr.Button("Start", elem_id="start_button")
194
  scheduler = BackgroundScheduler()
195
  scheduler.add_job(restart_space, "interval", seconds=1800)
 
189
  )
190
 
191
  # ... (Rest of your code)
192
+
193
  start_button = gr.Button("Start", elem_id="start_button")
194
  scheduler = BackgroundScheduler()
195
  scheduler.add_job(restart_space, "interval", seconds=1800)