Update app.py
Browse files
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
|