Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def render_message(history):
|
|
| 73 |
with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid #ccc; padding: 10px; background-color: #f9f9f9;}") as demo:
|
| 74 |
gr.Markdown("## P-MSQ Chat Interface")
|
| 75 |
|
| 76 |
-
chatbot_output = gr.HTML(elem_id="chatbox"
|
| 77 |
|
| 78 |
msg_input = gr.Textbox(
|
| 79 |
show_label=False,
|
|
|
|
| 73 |
with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid #ccc; padding: 10px; background-color: #f9f9f9;}") as demo:
|
| 74 |
gr.Markdown("## P-MSQ Chat Interface")
|
| 75 |
|
| 76 |
+
chatbot_output = gr.HTML(elem_id="chatbox")
|
| 77 |
|
| 78 |
msg_input = gr.Textbox(
|
| 79 |
show_label=False,
|