Rooni commited on
Commit
404a58d
·
1 Parent(s): 1063ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(css=css) as vui:
59
  with gr.Column():
60
  text_button = gr.Button("Генерация", variant='primary', elem_id="generate")
61
  with gr.Column(scale=2):
62
- with gr.Tab("Ответ")
63
  text_output = gr.Markdown(show_label=False, value="**Здравствуйте!** Чем я могу Вам помочь сегодня?")
64
 
65
  text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)
 
59
  with gr.Column():
60
  text_button = gr.Button("Генерация", variant='primary', elem_id="generate")
61
  with gr.Column(scale=2):
62
+ with gr.Tab("Ответ"):
63
  text_output = gr.Markdown(show_label=False, value="**Здравствуйте!** Чем я могу Вам помочь сегодня?")
64
 
65
  text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)