kingabzpro commited on
Commit
3c20001
1 Parent(s): 64109dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ gr.ChatInterface(predict,
68
  undo_btn="Delete Previous",
69
  clear_btn="Clear",
70
  chatbot=gr.Chatbot(height=300),
71
- textbox=gr.Textbox(placeholder="Chat with me").queue().launch()
 
68
  undo_btn="Delete Previous",
69
  clear_btn="Clear",
70
  chatbot=gr.Chatbot(height=300),
71
+ textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()