Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -1
appStore/multiapp.py
CHANGED
|
@@ -41,7 +41,7 @@ class MultiApp:
|
|
| 41 |
|
| 42 |
def run(self):
|
| 43 |
st.sidebar.write(format_func=lambda app: app['title'])
|
| 44 |
-
image = Image.open('appStore/img/
|
| 45 |
st.sidebar.image(image)
|
| 46 |
app = st.sidebar.radio(
|
| 47 |
'Go To',
|
|
|
|
| 41 |
|
| 42 |
def run(self):
|
| 43 |
st.sidebar.write(format_func=lambda app: app['title'])
|
| 44 |
+
image = Image.open('appStore/img/sdsn.jpg')
|
| 45 |
st.sidebar.image(image)
|
| 46 |
app = st.sidebar.radio(
|
| 47 |
'Go To',
|