Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
@@ -44,7 +44,7 @@ class MultiApp:
|
|
44 |
image = Image.open('appStore/img/giz_sdsn.jpg')
|
45 |
st.sidebar.image(image)
|
46 |
app = st.sidebar.radio(
|
47 |
-
'
|
48 |
self.apps,
|
49 |
format_func=lambda app: app['title'])
|
50 |
|
|
|
44 |
image = Image.open('appStore/img/giz_sdsn.jpg')
|
45 |
st.sidebar.image(image)
|
46 |
app = st.sidebar.radio(
|
47 |
+
'Pages',
|
48 |
self.apps,
|
49 |
format_func=lambda app: app['title'])
|
50 |
|