Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -13,7 +13,7 @@ from datetime import datetime, timedelta
|
|
| 13 |
import pandas as pd
|
| 14 |
|
| 15 |
# Import modules
|
| 16 |
-
from app.mood_detection import
|
| 17 |
from app.memory_graph import get_memory_graph
|
| 18 |
from app.user_profile import get_user_profile
|
| 19 |
from app.insights_engine import get_insights_engine
|
|
|
|
| 13 |
import pandas as pd
|
| 14 |
|
| 15 |
# Import modules
|
| 16 |
+
from app.mood_detection import predict_emotion
|
| 17 |
from app.memory_graph import get_memory_graph
|
| 18 |
from app.user_profile import get_user_profile
|
| 19 |
from app.insights_engine import get_insights_engine
|