Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import logging
|
2 |
-
from utils.chatbot_interface import ChatbotInterface
|
|
|
3 |
|
4 |
# Configure logging to both file and console
|
5 |
log_file_path = "logs/chatbot.log"
|
|
|
1 |
import logging
|
2 |
+
# from utils.chatbot_interface import ChatbotInterface
|
3 |
+
from utils.session_history import ChatbotInterface
|
4 |
|
5 |
# Configure logging to both file and console
|
6 |
log_file_path = "logs/chatbot.log"
|