prashant
commited on
Commit
•
bfc97d3
1
Parent(s):
b114d3b
error fix for logo
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
@@ -45,7 +45,7 @@ class MultiApp:
|
|
45 |
def run(self):
|
46 |
|
47 |
st.sidebar.write(format_func=lambda app: app['title'])
|
48 |
-
image = Image.open('docStore/img/sdsn.
|
49 |
st.sidebar.image(image, width =200)
|
50 |
|
51 |
with st.sidebar:
|
|
|
45 |
def run(self):
|
46 |
|
47 |
st.sidebar.write(format_func=lambda app: app['title'])
|
48 |
+
image = Image.open('docStore/img/sdsn.png')
|
49 |
st.sidebar.image(image, width =200)
|
50 |
|
51 |
with st.sidebar:
|