peter2000 commited on
Commit
eea1b81
β€’
1 Parent(s): 0a25c1f

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -1
appStore/multiapp.py CHANGED
@@ -42,6 +42,6 @@ class MultiApp:
42
  format_func=lambda app: app['title'])
43
  app['function']()
44
  st.sidebar.markdown('')
45
- st.sidebar.markdown("## πŸ“Œ Step One: Upload document ")
46
  file = st.sidebar.file_uploader('', type=['pdf', 'docx', 'txt']) #Upload PDF File
47
  st.session_state['file'] = file
 
42
  format_func=lambda app: app['title'])
43
  app['function']()
44
  st.sidebar.markdown('')
45
+ st.sidebar.markdown("## πŸ“Œ Upload document ")
46
  file = st.sidebar.file_uploader('', type=['pdf', 'docx', 'txt']) #Upload PDF File
47
  st.session_state['file'] = file