RomZay commited on
Commit
27e9f79
·
verified ·
1 Parent(s): aa7b3a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
  Use the text input box below to start chatting.
79
  """)
80
 
81
- with gr.Box():
82
  chatbot_output = gr.HTML()
83
 
84
  with gr.Row():
 
78
  Use the text input box below to start chatting.
79
  """)
80
 
81
+ with gr.Column():
82
  chatbot_output = gr.HTML()
83
 
84
  with gr.Row():