RomZay commited on
Commit
4d21101
·
verified ·
1 Parent(s): 50394da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", label="Chat History", interactive=False)
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,