retir commited on
Commit
4575782
1 Parent(s): 3e7f477
Files changed (1) hide show
  1. app.py +2 -2
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