nlpblogs commited on
Commit
5b290a2
·
verified ·
1 Parent(s): 924c1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- txt = st.text_area("Paste the job description and then press Ctrl + Enter", key = "text 1")
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 1"
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: