enoreyes commited on
Commit
06a5bf3
1 Parent(s): 9e2a4aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,7 +84,8 @@ with block:
84
  type="password",
85
  )
86
 
87
- chatbot = gr.Chatbot()
 
88
 
89
  with gr.Row():
90
  message = gr.Textbox(
 
84
  type="password",
85
  )
86
 
87
+ with gr.Column(scale=7):
88
+ chatbot = gr.Chatbot()
89
 
90
  with gr.Row():
91
  message = gr.Textbox(