Spaces:
Runtime error
Runtime error
Update appStore/sdg_analysis.py
Browse files- 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 |
|