Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- 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']()
|