GunaKoppula commited on
Commit
b8a7ca9
Β·
verified Β·
1 Parent(s): 47e7f67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -86,12 +86,11 @@ with gr.Blocks() as demo:
86
  # height=550,
87
  # )
88
 
89
- with gr.Box():
90
- with gr.Row():
91
- chatbot = gr.Chatbot(
92
- avatar_images=("πŸ§‘", "πŸ€–"),
93
- height=550,
94
- )
95
 
96
  with gr.Row():
97
 
 
86
  # height=550,
87
  # )
88
 
89
+ with gr.Row():
90
+ chatbot = gr.Chatbot(
91
+ avatar_images=("πŸ§‘", "πŸ€–"),
92
+ height=550,
93
+ )
 
94
 
95
  with gr.Row():
96