Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,8 @@ model = load_model()
|
|
| 21 |
# Set the font size for the "Paste the Job Description" text
|
| 22 |
st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
|
| 23 |
|
| 24 |
-
jd = st.text_area("Paste the Job Description:", height=
|
| 25 |
-
resume = st.text_area("Paste Your the Resume:", height=
|
| 26 |
|
| 27 |
|
| 28 |
|
|
|
|
| 21 |
# Set the font size for the "Paste the Job Description" text
|
| 22 |
st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
|
| 23 |
|
| 24 |
+
jd = st.text_area("Paste the Job Description:", height=100)
|
| 25 |
+
resume = st.text_area("Paste Your the Resume:", height=100)
|
| 26 |
|
| 27 |
|
| 28 |
|