Rooni commited on
Commit
bcad6bf
·
verified ·
1 Parent(s): 4a3df34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text
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;}