Spaces:
Sleeping
Sleeping
Commit
ยท
bbcccc6
1
Parent(s):
9a3e0c8
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,8 @@ def main():
|
|
| 12 |
st.title("HR - Resume Screening Assistance...๐ ")
|
| 13 |
st.subheader("I can help you in resume screening process")
|
| 14 |
|
|
|
|
|
|
|
| 15 |
job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
|
| 16 |
document_count = st.text_input("No.of 'RESUMES' to return",key="2")
|
| 17 |
# Upload the Resumes (pdf files)
|
|
|
|
| 12 |
st.title("HR - Resume Screening Assistance...๐ ")
|
| 13 |
st.subheader("I can help you in resume screening process")
|
| 14 |
|
| 15 |
+
st.sidebar.title("๐")
|
| 16 |
+
|
| 17 |
job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
|
| 18 |
document_count = st.text_input("No.of 'RESUMES' to return",key="2")
|
| 19 |
# Upload the Resumes (pdf files)
|