Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,7 @@ from pathlib import Path
|
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
from config import AVATAR_DIR
|
| 10 |
-
from storage import Profile
|
| 11 |
-
from models import ProfileStore
|
| 12 |
from utils import normalize_skill_list, make_prompt_for_matching
|
| 13 |
from groq_client import ask_groq_for_matches
|
| 14 |
from matching import calculate_local_matches
|
|
|
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
from config import AVATAR_DIR
|
| 10 |
+
from storage import Profile, ProfileStore
|
|
|
|
| 11 |
from utils import normalize_skill_list, make_prompt_for_matching
|
| 12 |
from groq_client import ask_groq_for_matches
|
| 13 |
from matching import calculate_local_matches
|