Bwrite commited on
Commit
16e2d38
·
verified ·
1 Parent(s): a1b6714

Update app.py

Browse files

Admission ChatBot

Files changed (1) hide show
  1. app.py +1 -1
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
- return interface
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