Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -836,9 +836,7 @@ def create_gradio_interface():
836
  inputs=[user_input, chatbot_interface],
837
  outputs=[chatbot_interface],
838
  ).then(
839
- lambda: "", # Clear
840
-
841
- the input box after sending
842
  None,
843
  [user_input],
844
  )
 
836
  inputs=[user_input, chatbot_interface],
837
  outputs=[chatbot_interface],
838
  ).then(
839
+ lambda: "", # Clear the input box after sending
 
 
840
  None,
841
  [user_input],
842
  )