Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -836,7 +836,7 @@ def update_button_text():
|
|
836 |
return gr.update(value="Сохранено!", visible=True)
|
837 |
|
838 |
def reset_button_text():
|
839 |
-
time.sleep(
|
840 |
return gr.update(value="Сохранить в базу", visible=True)
|
841 |
|
842 |
|
|
|
836 |
return gr.update(value="Сохранено!", visible=True)
|
837 |
|
838 |
def reset_button_text():
|
839 |
+
time.sleep(2) # Задержка в 2 секунды
|
840 |
return gr.update(value="Сохранить в базу", visible=True)
|
841 |
|
842 |
|