Spaces:
Sleeping
Sleeping
Jeet Paul
commited on
Commit
·
fb78870
1
Parent(s):
f00abc5
Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,9 @@ def main():
|
|
175 |
st.write("Enter Job Description:")
|
176 |
job_description = st.text_area("Job Description", height=200, key='job_description')
|
177 |
|
|
|
|
|
|
|
178 |
st.write("Upload the Resumes:")
|
179 |
cv_files = st.file_uploader("Choose files", accept_multiple_files=True, key='cv_files')
|
180 |
|
|
|
175 |
st.write("Enter Job Description:")
|
176 |
job_description = st.text_area("Job Description", height=200, key='job_description')
|
177 |
|
178 |
+
st.markdown('[![Enhance Job Description](https://img.shields.io/badge/Enhance_Job_Description-Click_Here-brightgreen)](https://huggingface.co/spaces/smallboy713102/Enhancer)')
|
179 |
+
|
180 |
+
|
181 |
st.write("Upload the Resumes:")
|
182 |
cv_files = st.file_uploader("Choose files", accept_multiple_files=True, key='cv_files')
|
183 |
|