arubaDev commited on
Commit
a08afcc
·
verified ·
1 Parent(s): 0d3123b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -418,7 +418,7 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
418
  top_p = gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top-p")
419
 
420
  with gr.Column(scale=3):
421
- chatbot = gr.Chatbot(label="Assistant", height=430, type="messages")
422
  with gr.Row():
423
  user_box = gr.Textbox(placeholder="Describe your CRUD/backend task…", lines=3, scale=5)
424
  with gr.Row():
 
418
  top_p = gr.Slider(0.1, 1.0, value=0.9, step=0.05, label="Top-p")
419
 
420
  with gr.Column(scale=3):
421
+ chatbot = gr.Chatbot(label="Assistant", height=500, type="messages")
422
  with gr.Row():
423
  user_box = gr.Textbox(placeholder="Describe your CRUD/backend task…", lines=3, scale=5)
424
  with gr.Row():