Rooni commited on
Commit
dece9dd
·
verified ·
1 Parent(s): b92b6d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- text_button = gr.Button("Генерация", variant='primary')
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="**Здравствуйте!** Чем я могу Вам помочь сегодня?")