Rooni commited on
Commit
dd36473
·
1 Parent(s): ad10309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as vui:
50
  with gr.Tab("Запрос", id='request v'):
51
  with gr.Row():
52
  with gr.Column(scale=3):
53
- promt = gr.Textbox(show_label=True, label="Запрос", lines=1)
54
  with gr.Tab("Настройки", id='settingsv'):
55
  with gr.Row():
56
  with gr.Column(scale=3):
 
50
  with gr.Tab("Запрос", id='request v'):
51
  with gr.Row():
52
  with gr.Column(scale=3):
53
+ promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
54
  with gr.Tab("Настройки", id='settingsv'):
55
  with gr.Row():
56
  with gr.Column(scale=3):