Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(css=css) as demo:
|
|
53 |
with gr.Row():
|
54 |
promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
|
55 |
with gr.Row():
|
56 |
-
|
57 |
with gr.Row():
|
58 |
with gr.Tab("Ответ"):
|
59 |
text_output = gr.Markdown(show_label=False, value="**Здравствуйте!** Чем я могу Вам помочь сегодня?")
|
|
|
53 |
with gr.Row():
|
54 |
promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
|
55 |
with gr.Row():
|
56 |
+
text_button = gr.Button("Генерация", variant='primary')
|
57 |
with gr.Row():
|
58 |
with gr.Tab("Ответ"):
|
59 |
text_output = gr.Markdown(show_label=False, value="**Здравствуйте!** Чем я могу Вам помочь сегодня?")
|