AashitaK commited on
Commit
715a7b6
·
verified ·
1 Parent(s): 5291e87

Update utils/chatbot_interface_test2.py

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface_test2.py +1 -1
utils/chatbot_interface_test2.py CHANGED
@@ -119,7 +119,7 @@ class ChatbotInterface:
119
  type="messages"
120
  )
121
 
122
- user_input.clear(clear_history, outputs=[chatbot_output])
123
 
124
  logging.info("Gradio interface created successfully.")
125
  return demo
 
119
  type="messages"
120
  )
121
 
122
+ chatbot_output.clear(clear_history, outputs=[chatbot_output])
123
 
124
  logging.info("Gradio interface created successfully.")
125
  return demo