manasvinid commited on
Commit
aab9df2
·
verified ·
1 Parent(s): 65452a1

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -453,7 +453,7 @@ def job_desc_pdf():
453
  st.write("## Extracted Text from PDFs")
454
  text = extract_text_from_pdf(uploaded_file)
455
  df_rows = []
456
- df_rows.append({"File Name":f"File_{1}", "Text": text})
457
  # # Iterate over uploaded PDF files
458
  # for uploaded_file in uploaded_files:
459
  # text = extract_text_from_pdf(uploaded_file)
 
453
  st.write("## Extracted Text from PDFs")
454
  text = extract_text_from_pdf(uploaded_file)
455
  df_rows = []
456
+ df_rows.append({"File Name": "Job_Desc", "Text": text})
457
  # # Iterate over uploaded PDF files
458
  # for uploaded_file in uploaded_files:
459
  # text = extract_text_from_pdf(uploaded_file)