hassanelmghari commited on
Commit
66305c9
1 Parent(s): 0450527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
  )
156
 
157
  chatbot = gr.Chatbot()
158
- msg = gr.ChatInterface(textbox=gr.MultimodalTextbox())
159
  clear = gr.Button("Clear")
160
 
161
  msg.submit(
 
155
  )
156
 
157
  chatbot = gr.Chatbot()
158
+ msg = gr.MultimodalTextbox(label="")
159
  clear = gr.Button("Clear")
160
 
161
  msg.submit(