Artem0729 commited on
Commit
ab91b6a
·
verified ·
1 Parent(s): 19b4426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.com Chatbot Application", 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>')
 
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>')