Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def send_data(text):
|
|
| 22 |
with open("data.txt", "w") as f:
|
| 23 |
f.write(data)
|
| 24 |
raise gr.Info("Данные успешно сохранены!")
|
| 25 |
-
return
|
| 26 |
|
| 27 |
css = """
|
| 28 |
footer {visibility: hidden !important;}
|
|
|
|
| 22 |
with open("data.txt", "w") as f:
|
| 23 |
f.write(data)
|
| 24 |
raise gr.Info("Данные успешно сохранены!")
|
| 25 |
+
return data
|
| 26 |
|
| 27 |
css = """
|
| 28 |
footer {visibility: hidden !important;}
|