Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
from utils.parser import parse_cv, extract_education_level, identify_cv_type
|
| 3 |
from utils.cv_scoring import calculate_cv_score
|
| 4 |
from utils.suggestions import (
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from utils.visualizer import generate_timeline
|
| 3 |
from utils.parser import parse_cv, extract_education_level, identify_cv_type
|
| 4 |
from utils.cv_scoring import calculate_cv_score
|
| 5 |
from utils.suggestions import (
|