Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,7 @@ if 'upload_count' in st.session_state and st.session_state['upload_count'] > 0:
|
|
114 |
|
115 |
st.subheader ("Candidate Profile 1", divider = "green")
|
116 |
|
117 |
-
|
118 |
-
job = pd.Series(txt, name="Text")
|
119 |
|
120 |
|
121 |
if 'upload_count' not in st.session_state:
|
@@ -125,7 +124,7 @@ max_attempts = 3
|
|
125 |
|
126 |
if st.session_state['upload_count'] < max_attempts:
|
127 |
uploaded_files = st.file_uploader(
|
128 |
-
"Upload your resume", accept_multiple_files=True, type="pdf", key="candidate
|
129 |
)
|
130 |
|
131 |
if uploaded_files:
|
|
|
114 |
|
115 |
st.subheader ("Candidate Profile 1", divider = "green")
|
116 |
|
117 |
+
|
|
|
118 |
|
119 |
|
120 |
if 'upload_count' not in st.session_state:
|
|
|
124 |
|
125 |
if st.session_state['upload_count'] < max_attempts:
|
126 |
uploaded_files = st.file_uploader(
|
127 |
+
"Upload your resume", accept_multiple_files=True, type="pdf", key="candidate 2"
|
128 |
)
|
129 |
|
130 |
if uploaded_files:
|