peter2000 commited on
Commit
b197980
1 Parent(s): 2eae674

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -1
appStore/multiapp.py CHANGED
@@ -47,5 +47,5 @@ class MultiApp:
47
  'Go To',
48
  self.apps,
49
  format_func=lambda app: app['title'])
50
-
51
  app['function']()
 
47
  'Go To',
48
  self.apps,
49
  format_func=lambda app: app['title'])
50
+ file = st.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
51
  app['function']()