manasvinid commited on
Commit
0b3264d
·
verified ·
1 Parent(s): 553973a

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -418,7 +418,7 @@ def resume_pdf():
418
  text = extract_text_from_pdf(uploaded_file)
419
 
420
  # Add text to DataFrame
421
- df_rows.append({"File Name": f"File_{idx+1}", "description": text})
422
 
423
  # # Display extracted text
424
  # st.write(f"### File {idx+1}")
 
418
  text = extract_text_from_pdf(uploaded_file)
419
 
420
  # Add text to DataFrame
421
+ df_rows.append({"File Name": f"File_{idx+1}", "Resume": text})
422
 
423
  # # Display extracted text
424
  # st.write(f"### File {idx+1}")