Rooni commited on
Commit
7fe44ae
·
1 Parent(s): c8492bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ def dzen(theme, description=""):
41
  iface = gr.Interface(fn=dzen, inputs=[
42
  gr.Textbox(label="Тема", placeholder=""),
43
  gr.Textbox(label="Дополнительный текст (Не обязательно)")
44
- ], outputs=gr.Textbox(label="Пост"), title="Генератор постов Яндекс Дзен")
45
  iface.launch()
 
41
  iface = gr.Interface(fn=dzen, inputs=[
42
  gr.Textbox(label="Тема", placeholder=""),
43
  gr.Textbox(label="Дополнительный текст (Не обязательно)")
44
+ ], outputs=gr.Textbox(label="Пост"), title="Генератор постов Яндекс Дзен", submit_button="Генерировать")
45
  iface.launch()