BasitAliii commited on
Commit
d675e08
·
verified ·
1 Parent(s): 60e60c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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