peter2000 commited on
Commit
284b5d3
·
1 Parent(s): 587aa5f

Update appStore/multiapp.py

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