IlyaGusev commited on
Commit
c45915e
·
verified ·
1 Parent(s): 8fe3f56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(
249
  with gr.Row():
250
  with gr.Column(scale=5):
251
  system_prompt = gr.Textbox(label="Системный промпт", placeholder="", value=SYSTEM_PROMPT, interactive=False)
252
- chatbot = gr.Chatbot(label="Диалог").style(height=400)
253
  with gr.Column(min_width=80, scale=1):
254
  with gr.Tab(label="Параметры генерации"):
255
  top_p = gr.Slider(
 
249
  with gr.Row():
250
  with gr.Column(scale=5):
251
  system_prompt = gr.Textbox(label="Системный промпт", placeholder="", value=SYSTEM_PROMPT, interactive=False)
252
+ chatbot = gr.Chatbot(label="Диалог")
253
  with gr.Column(min_width=80, scale=1):
254
  with gr.Tab(label="Параметры генерации"):
255
  top_p = gr.Slider(