AashitaK commited on
Commit
04bde91
·
verified ·
1 Parent(s): 8bc8085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import logging
2
- # from utils.chatbot_interface3 import ChatbotInterface
3
- from utils.session_history2 import ChatbotInterface
4
 
5
  # Configure logging to both file and console
6
  log_file_path = "logs/chatbot.log"
 
1
  import logging
2
+ from utils.chatbot_interface3 import ChatbotInterface
3
+ # from utils.session_history2 import ChatbotInterface
4
 
5
  # Configure logging to both file and console
6
  log_file_path = "logs/chatbot.log"