Svetikos commited on
Commit
1cf5d3d
·
verified ·
1 Parent(s): 9ed2740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as interface:
163
  with gr.Row():
164
  # --- Левая колонка: Чат и Ввод ---
165
  with gr.Column(scale=3):
166
- chatbot = gr.Chatbot(height=600, label="Чат", elem_classes="input-container")
167
  prompt_input = gr.Textbox(
168
  label="Введи свой запрос:",
169
  lines=2,
 
163
  with gr.Row():
164
  # --- Левая колонка: Чат и Ввод ---
165
  with gr.Column(scale=3):
166
+ chatbot = gr.Chatbot(height=550, label="Чат", elem_classes="input-container")
167
  prompt_input = gr.Textbox(
168
  label="Введи свой запрос:",
169
  lines=2,