ehristoforu commited on
Commit
2c27238
1 Parent(s): 8f45af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks(analytics_enabled=False, css="style.css") as demo:
270
  selected_model = gr.Radio(choices=model_names, value=model_names[0], label="Current Model", interactive=False)
271
 
272
  with gr.Row():
273
- with gr.Box():
274
  output = gr.Markdown()
275
  chatbot = gr.Chatbot(elem_id="chat-message", label="Playground")
276
 
 
270
  selected_model = gr.Radio(choices=model_names, value=model_names[0], label="Current Model", interactive=False)
271
 
272
  with gr.Row():
273
+ with gr.Column():
274
  output = gr.Markdown()
275
  chatbot = gr.Chatbot(elem_id="chat-message", label="Playground")
276