peter2000 commited on
Commit
0f9324f
1 Parent(s): a40dfd1

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