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

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -1
appStore/multiapp.py CHANGED
@@ -48,6 +48,6 @@ class MultiApp:
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']()
 
48
  'Pages',
49
  self.apps,
50
  format_func=lambda app: app['title'])
51
+
52
 
53
  app['function']()