Danial7 commited on
Commit
8d35e57
·
verified ·
1 Parent(s): 982197c

Update app.py

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