Spaces:
Sleeping
Sleeping
Update Chatbot.py
Browse files- Chatbot.py +1 -1
Chatbot.py
CHANGED
|
@@ -34,7 +34,7 @@ class State(TypedDict):
|
|
| 34 |
|
| 35 |
# Configure the AI Model
|
| 36 |
"""
|
| 37 |
-
initialize chatbot's core functionalities
|
| 38 |
"""
|
| 39 |
class Model:
|
| 40 |
def __init__(self):
|
|
|
|
| 34 |
|
| 35 |
# Configure the AI Model
|
| 36 |
"""
|
| 37 |
+
initialize chatbot's core functionalities in App
|
| 38 |
"""
|
| 39 |
class Model:
|
| 40 |
def __init__(self):
|