1nabeelsiddiqui commited on
Commit
fba5d37
·
verified ·
1 Parent(s): 61e4e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def respond(
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
  with gr.blocks() as demo:
61
- chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="messages")
62
 
63
  chat_input = gr.MultimodalTextbox(
64
  interactive=True,
 
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
  with gr.blocks() as demo:
61
+ chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="messages")
62
 
63
  chat_input = gr.MultimodalTextbox(
64
  interactive=True,