Spaces:
Running
Running
Update app.py
Browse files
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 >=
|
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"
|