Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
d0c3bf9
1 Parent(s): f21be08
Files changed (1) hide show
  1. udfPreprocess/uploadAndExample.py +1 -1
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.sesion_state['filepath'] = file_path
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: