Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ st.title("Resume Matcher")
|
|
| 16 |
|
| 17 |
model = load_model()
|
| 18 |
|
| 19 |
-
|
| 20 |
jd = st.text_area("Enter the Job Description:", height=200)
|
| 21 |
resume = st.text_area("Enter the Resume:", height=200)
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
model = load_model()
|
| 18 |
|
| 19 |
+
|
| 20 |
jd = st.text_area("Enter the Job Description:", height=200)
|
| 21 |
resume = st.text_area("Enter the Resume:", height=200)
|
| 22 |
|