MayankLad31 commited on
Commit
a87a081
·
verified ·
1 Parent(s): 5493092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -193,6 +193,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
193
  # Column 1: Chat Interface
194
  with gr.Column(scale=3): # Takes 3/5 of the width
195
  chatbot_display = gr.Chatbot(
 
196
  label="Explanation Chat",
197
  bubble_full_width=False,
198
  autoscroll=True,
 
193
  # Column 1: Chat Interface
194
  with gr.Column(scale=3): # Takes 3/5 of the width
195
  chatbot_display = gr.Chatbot(
196
+ type="messages",
197
  label="Explanation Chat",
198
  bubble_full_width=False,
199
  autoscroll=True,