Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
| 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,
|