Spaces:
Sleeping
Sleeping
Commit
Β·
c80f969
1
Parent(s):
9722997
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def main():
|
|
| 15 |
#st.sidebar.title("π")
|
| 16 |
st.sidebar.image('./resume_screening.jpg',width=300, use_column_width=True)
|
| 17 |
|
| 18 |
-
job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here
|
| 19 |
document_count = st.text_input("No.of 'RESUMES' to return",key="2")
|
| 20 |
# Upload the Resumes (pdf files)
|
| 21 |
pdf = st.file_uploader("Upload resumes here, only PDF files allowed", type=["pdf"],accept_multiple_files=True)
|
|
|
|
| 15 |
#st.sidebar.title("π")
|
| 16 |
st.sidebar.image('./resume_screening.jpg',width=300, use_column_width=True)
|
| 17 |
|
| 18 |
+
job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...π",key="1")
|
| 19 |
document_count = st.text_input("No.of 'RESUMES' to return",key="2")
|
| 20 |
# Upload the Resumes (pdf files)
|
| 21 |
pdf = st.file_uploader("Upload resumes here, only PDF files allowed", type=["pdf"],accept_multiple_files=True)
|