nlpblogs commited on
Commit
4d8689c
·
verified ·
1 Parent(s): a1c7830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -105,8 +105,6 @@ else:
105
 
106
 
107
  st.subheader("Candidate Profile 2", divider="red")
108
- txt = st.text_area("Paste the job description and then press Ctrl + Enter", key="text 1")
109
- job = pd.Series(txt, name="Text")
110
 
111
  if 'upload_count' not in st.session_state:
112
  st.session_state['upload_count'] = 0
 
105
 
106
 
107
  st.subheader("Candidate Profile 2", divider="red")
 
 
108
 
109
  if 'upload_count' not in st.session_state:
110
  st.session_state['upload_count'] = 0