Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
@@ -42,6 +42,6 @@ class MultiApp:
|
|
42 |
format_func=lambda app: app['title'])
|
43 |
app['function']()
|
44 |
st.sidebar.markdown('')
|
45 |
-
st.sidebar.markdown("## π
|
46 |
file = st.sidebar.file_uploader('', type=['pdf', 'docx', 'txt']) #Upload PDF File
|
47 |
st.session_state['file'] = file
|
|
|
42 |
format_func=lambda app: app['title'])
|
43 |
app['function']()
|
44 |
st.sidebar.markdown('')
|
45 |
+
st.sidebar.markdown("## π Upload document ")
|
46 |
file = st.sidebar.file_uploader('', type=['pdf', 'docx', 'txt']) #Upload PDF File
|
47 |
st.session_state['file'] = file
|