Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ model = load_model()
|
|
| 39 |
st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
|
| 40 |
|
| 41 |
jd = st.text_area("Paste the Job Description:", height=100)
|
| 42 |
-
resume = st.text_area("Paste Your
|
| 43 |
|
| 44 |
|
| 45 |
if st.button("Calculate Match Score"):
|
|
|
|
| 39 |
st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
|
| 40 |
|
| 41 |
jd = st.text_area("Paste the Job Description:", height=100)
|
| 42 |
+
resume = st.text_area("Paste Your Resume:", height=100)
|
| 43 |
|
| 44 |
|
| 45 |
if st.button("Calculate Match Score"):
|