Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -446,7 +446,7 @@ chatbox_visible = True
|
|
| 446 |
|
| 447 |
with gr.Blocks(head=js_code) as demo:
|
| 448 |
with gr.Column(visible=chatbox_visible) as chatbox_container:
|
| 449 |
-
chatbox = gr.ChatInterface(fn=search, title="Mediate
|
| 450 |
|
| 451 |
|
| 452 |
gr.HTML(f'<button id="message-btn"/><img style="display: inline;" src="/file=chat.png" id="custom-btn"/><button>')
|
|
|
|
| 446 |
|
| 447 |
with gr.Blocks(head=js_code) as demo:
|
| 448 |
with gr.Column(visible=chatbox_visible) as chatbox_container:
|
| 449 |
+
chatbox = gr.ChatInterface(fn=search, title="Mediate Chatbot", multimodal=False, retry_btn=None, clear_btn=None, undo_btn=None, chatbot=chatbot)
|
| 450 |
|
| 451 |
|
| 452 |
gr.HTML(f'<button id="message-btn"/><img style="display: inline;" src="/file=chat.png" id="custom-btn"/><button>')
|