RomZay commited on
Commit
043d5a9
·
verified ·
1 Parent(s): 00bd42e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(css=".chatbox {height: 400px; overflow: auto; border: 1px solid #
142
  with gr.Column(visible=False) as chat_view:
143
  gr.Markdown("## P-MSQ Chat Interface")
144
 
145
- chatbot_output = gr.HTML(elem_id="chatbox-container")
146
 
147
  msg_input = gr.Textbox(
148
  show_label=False,
 
142
  with gr.Column(visible=False) as chat_view:
143
  gr.Markdown("## P-MSQ Chat Interface")
144
 
145
+ chatbot_output = gr.Markdown()
146
 
147
  msg_input = gr.Textbox(
148
  show_label=False,