prashant
commited on
Commit
•
05064f1
1
Parent(s):
da1c31e
file pah error
Browse files- appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py
CHANGED
@@ -43,7 +43,7 @@ def app():
|
|
43 |
|
44 |
if 'filepath' in st.session_state:
|
45 |
file_name = st.session_state['filename']
|
46 |
-
file_path = st.session_state['
|
47 |
allDocuments = runSDGPreprocessingPipeline(file_path,file_name)
|
48 |
if len(allDocuments['documents']) > 100:
|
49 |
warning_msg = ": This might take sometime, please sit back and relax."
|
|
|
43 |
|
44 |
if 'filepath' in st.session_state:
|
45 |
file_name = st.session_state['filename']
|
46 |
+
file_path = st.session_state['filepath']
|
47 |
allDocuments = runSDGPreprocessingPipeline(file_path,file_name)
|
48 |
if len(allDocuments['documents']) > 100:
|
49 |
warning_msg = ": This might take sometime, please sit back and relax."
|