peter2000 commited on
Commit
99c20f2
1 Parent(s): b197980

Update appStore/sdg_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py CHANGED
@@ -42,7 +42,7 @@ def app():
42
 
43
  with st.container():
44
 
45
- file = st.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
46
 
47
  if file is not None:
48
 
 
42
 
43
  with st.container():
44
 
45
+ #file = st.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
46
 
47
  if file is not None:
48