RaviGohelAI commited on
Commit
afa6d00
·
verified ·
1 Parent(s): f836213

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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 get_mood_detector
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