prashant
commited on
Commit
•
d0c3bf9
1
Parent(s):
f21be08
error fix
Browse files
udfPreprocess/uploadAndExample.py
CHANGED
@@ -40,7 +40,7 @@ def add_upload(choice):
|
|
40 |
# with open('sample/Ethiopia_s_2021_10 Year Development Plan.txt') as dfile:
|
41 |
file_name = file_path = 'sample/Ethiopia_s_2021_10 Year Development Plan.txt'
|
42 |
st.session_state['filename'] = file_name
|
43 |
-
st.
|
44 |
# st.write("Selected document:", file_name.split('/')[1])
|
45 |
|
46 |
# if option is not None:
|
|
|
40 |
# with open('sample/Ethiopia_s_2021_10 Year Development Plan.txt') as dfile:
|
41 |
file_name = file_path = 'sample/Ethiopia_s_2021_10 Year Development Plan.txt'
|
42 |
st.session_state['filename'] = file_name
|
43 |
+
st.session_state['filepath'] = file_path
|
44 |
# st.write("Selected document:", file_name.split('/')[1])
|
45 |
|
46 |
# if option is not None:
|