Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
@@ -45,7 +45,7 @@ class MultiApp:
|
|
45 |
|
46 |
st.sidebar.write(format_func=lambda app: app['title'])
|
47 |
#image = Image.open('docStore/img/sdsn.png')
|
48 |
-
st.sidebar.image(image, width =200)
|
49 |
|
50 |
with st.sidebar:
|
51 |
selected = option_menu(None, [page["title"] for page in self.apps],
|
|
|
45 |
|
46 |
st.sidebar.write(format_func=lambda app: app['title'])
|
47 |
#image = Image.open('docStore/img/sdsn.png')
|
48 |
+
#st.sidebar.image(image, width =200)
|
49 |
|
50 |
with st.sidebar:
|
51 |
selected = option_menu(None, [page["title"] for page in self.apps],
|