Update app.py
Browse filesAdmission ChatBot
app.py
CHANGED
@@ -564,7 +564,7 @@ class BOUESTIChatbot:
|
|
564 |
msg.submit(respond, [msg, chatbot], [chatbot, msg])
|
565 |
clear_btn.click(clear_chat, [], [chatbot, msg])
|
566 |
|
567 |
-
|
568 |
|
569 |
|
570 |
# Initialize and expose the chatbot interface for Hugging Face Spaces
|
|
|
564 |
msg.submit(respond, [msg, chatbot], [chatbot, msg])
|
565 |
clear_btn.click(clear_chat, [], [chatbot, msg])
|
566 |
|
567 |
+
return interface
|
568 |
|
569 |
|
570 |
# Initialize and expose the chatbot interface for Hugging Face Spaces
|