Update app.py
Browse files
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()
|