Spaces:
Sleeping
Sleeping
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -10,7 +10,7 @@ from sklearn.metrics.pairwise import linear_kernel
|
|
| 10 |
from app.services.psych_service import psych_service
|
| 11 |
from typing import List
|
| 12 |
|
| 13 |
-
app = FastAPI(title="MORA -
|
| 14 |
|
| 15 |
# --- GLOBAL MODELS STORE ---
|
| 16 |
models = {
|
|
|
|
| 10 |
from app.services.psych_service import psych_service
|
| 11 |
from typing import List
|
| 12 |
|
| 13 |
+
app = FastAPI(title="MORA - Mentori AI Assistant")
|
| 14 |
|
| 15 |
# --- GLOBAL MODELS STORE ---
|
| 16 |
models = {
|