Emmanuel Frimpong Asante
commited on
Commit
·
b547d0c
1
Parent(s):
9a14f1d
update space
Browse files- services/chatbot.py +1 -1
services/chatbot.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
import gradio as gr
|
4 |
import logging
|
5 |
-
from utils import chatbot_response # Import chatbot response function from utils
|
6 |
|
7 |
logger = logging.getLogger(__name__)
|
8 |
|
|
|
2 |
|
3 |
import gradio as gr
|
4 |
import logging
|
5 |
+
from services.utils import chatbot_response # Import chatbot response function from utils
|
6 |
|
7 |
logger = logging.getLogger(__name__)
|
8 |
|