Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- appStore/multiapp.py +2 -1
appStore/multiapp.py
CHANGED
@@ -49,4 +49,5 @@ class MultiApp:
|
|
49 |
self.apps,
|
50 |
format_func=lambda app: app['title'])
|
51 |
app['function']()
|
52 |
-
st.sidebar.markdown("## ๐ Step One: Upload document ")
|
|
|
|
49 |
self.apps,
|
50 |
format_func=lambda app: app['title'])
|
51 |
app['function']()
|
52 |
+
st.sidebar.markdown("## ๐ Step One: Upload document ")
|
53 |
+
file = st.sidebar.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
|