GunaKoppula commited on
Commit
34a80bc
·
verified ·
1 Parent(s): 8cd024c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
103
  submit = gr.Button()
104
  clear = gr.Button(value="Clear")
105
 
106
- with gr.Column(scale=8):
107
  with gr.Box():
108
  with gr.Row():
109
  chatbot = gr.Chatbot(
 
103
  submit = gr.Button()
104
  clear = gr.Button(value="Clear")
105
 
106
+ with gr.Row(scale=8):
107
  with gr.Box():
108
  with gr.Row():
109
  chatbot = gr.Chatbot(