nlpblogs commited on
Commit
ac32d33
·
verified ·
1 Parent(s): f19e027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ for uploaded_file in uploaded_files:
21
  st.subheader("Paste the job description")
22
 
23
  txt = st.text_area("Job description")
24
- st.write(txt)
25
 
26
  vec = TfidfVectorizer()
27
  tf_idf = vec.fit_transform(data['Resume'])
 
21
  st.subheader("Paste the job description")
22
 
23
  txt = st.text_area("Job description")
24
+ st.dataframe(txt)
25
 
26
  vec = TfidfVectorizer()
27
  tf_idf = vec.fit_transform(data['Resume'])