Spaces:
Runtime error
Runtime error
Commit
·
c529499
1
Parent(s):
1d77775
Update appStore/multiapp.py
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/
|
| 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/PREVENT.png')
|
| 49 |
st.sidebar.image(image, width =200)
|
| 50 |
|
| 51 |
with st.sidebar:
|