Spaces:
Sleeping
Sleeping
time
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ def edit_bar(photo):
|
|
129 |
sleep(0.03)
|
130 |
yield gr.update(value=text), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False)
|
131 |
|
132 |
-
APPEARANCE_TIME = "18:00"
|
133 |
-
new_text = "Выйди заранее, и помни, что у места ты должен быть в {APPEARANCE_TIME}, не
|
134 |
current_text2 = ""
|
135 |
for latter in new_text:
|
136 |
current_text2 += latter
|
|
|
129 |
sleep(0.03)
|
130 |
yield gr.update(value=text), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False)
|
131 |
|
132 |
+
APPEARANCE_TIME = "18:00" # не баг, а фича!
|
133 |
+
new_text = "Выйди заранее, и помни, что у места ты должен быть в {APPEARANCE_TIME}, не опаздывай!"
|
134 |
current_text2 = ""
|
135 |
for latter in new_text:
|
136 |
current_text2 += latter
|