rwitz commited on
Commit
bde2561
β€’
1 Parent(s): 243e282

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -279,7 +279,8 @@ with gr.Blocks() as demo:
279
 
280
  with gr.Row():
281
  model_dropdown = gr.Dropdown(choices=chatbots, value="rwitz/go-bruins-v2-lora", label="πŸ€– Select a model")
282
- direct_chatbot = gr.Chatbot(label="πŸ’¬ Direct Chat")
 
283
 
284
  with gr.Row():
285
  with gr.Column(scale=5):
 
279
 
280
  with gr.Row():
281
  model_dropdown = gr.Dropdown(choices=chatbots, value="rwitz/go-bruins-v2-lora", label="πŸ€– Select a model")
282
+ with gr.Row():
283
+ direct_chatbot = gr.Chatbot(label="πŸ’¬ Direct Chat").style(height=500)
284
 
285
  with gr.Row():
286
  with gr.Column(scale=5):