Katie-Ch commited on
Commit
a5abe1f
·
verified ·
1 Parent(s): 440ac4c

Update developer.py

Browse files
Files changed (1) hide show
  1. developer.py +0 -9
developer.py CHANGED
@@ -74,15 +74,6 @@ def project_developer_page():
74
  # Rest of your code remains the same
75
 
76
 
77
- st.text("Upload a project submission")
78
- pdf_path = st.file_uploader("Choose a file")
79
- start_page = 0
80
- end_page = 117
81
- submission_text = extract_text_from_pdf(pdf_path, start_page, end_page)
82
- #print(submission_text)
83
-
84
-
85
-
86
 
87
 
88
  pdf_path = 'VCS-Standard.pdf'
 
74
  # Rest of your code remains the same
75
 
76
 
 
 
 
 
 
 
 
 
 
77
 
78
 
79
  pdf_path = 'VCS-Standard.pdf'