Spaces:
Running
Running
Update app.py
Browse files
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=
|
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):
|