GoofyGoof commited on
Commit
1289de7
·
1 Parent(s): 04d6b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ interface = gr.Interface(
38
  inputs="text",
39
  outputs="text",
40
  title="Привет от Neuronetties!",
41
- description="Введите своё имя, чтобы получить приветствие от Организации Neuronetties."
42
  )
43
 
44
  interface.launch()
 
38
  inputs="text",
39
  outputs="text",
40
  title="Привет от Neuronetties!",
41
+ description="Введите своё имя."
42
  )
43
 
44
  interface.launch()