Spaces:
Sleeping
Sleeping
Update appStore/multiapp.py
Browse files- appStore/multiapp.py +1 -2
appStore/multiapp.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
"""Frameworks for running multiple Streamlit applications as a single app.
|
2 |
"""
|
3 |
import streamlit as st
|
4 |
-
from PIL import Image
|
5 |
from streamlit_option_menu import option_menu
|
6 |
from utils.uploadAndExample import add_upload
|
7 |
|
@@ -45,7 +44,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.png')
|
49 |
st.sidebar.image(image, width =200)
|
50 |
|
51 |
with st.sidebar:
|
|
|
1 |
"""Frameworks for running multiple Streamlit applications as a single app.
|
2 |
"""
|
3 |
import streamlit as st
|
|
|
4 |
from streamlit_option_menu import option_menu
|
5 |
from utils.uploadAndExample import add_upload
|
6 |
|
|
|
44 |
def run(self):
|
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:
|