fffiloni commited on
Commit
5486599
·
verified ·
1 Parent(s): 5f6b572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def check_sleep_time():
85
  sleep_time_value = "Don't sleep"
86
  return sleep_time_value, gr.update(visible=False), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
87
 
88
- elif sleep_time >= 36000:
89
 
90
  if sleep_time == 3600:
91
  sleep_time_value = "1 hour"
 
85
  sleep_time_value = "Don't sleep"
86
  return sleep_time_value, gr.update(visible=False), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
87
 
88
+ elif sleep_time >= 3600:
89
 
90
  if sleep_time == 3600:
91
  sleep_time_value = "1 hour"