santu24 commited on
Commit
1cde7d9
·
verified ·
1 Parent(s): e21a71e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def display_resume(file):
69
  text = ""
70
  for page in reader.pages:
71
  text += page.extract_text()
72
- st.text_area("Resume Content", text, height=400)
73
  elif file_type == 'docx':
74
  doc = Document(file)
75
  text = ""
 
69
  text = ""
70
  for page in reader.pages:
71
  text += page.extract_text()
72
+ st.text_area("Parsed Resume Content", text, height=400)
73
  elif file_type == 'docx':
74
  doc = Document(file)
75
  text = ""