Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def generate_pdf_report(cv_type, education_level, score, score_breakdown, certs,
|
|
| 62 |
return pdf
|
| 63 |
|
| 64 |
# ------------------ Streamlit App ------------------
|
| 65 |
-
st.title("
|
| 66 |
|
| 67 |
uploaded_file = st.file_uploader("Upload your CV in PDF format", type=["pdf"])
|
| 68 |
|
|
|
|
| 62 |
return pdf
|
| 63 |
|
| 64 |
# ------------------ Streamlit App ------------------
|
| 65 |
+
st.title("Smart CV Analyzer & Career Roadmap")
|
| 66 |
|
| 67 |
uploaded_file = st.file_uploader("Upload your CV in PDF format", type=["pdf"])
|
| 68 |
|