Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- 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}", "
|
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}")
|