peter2000 commited on
Commit
2eae674
1 Parent(s): 3dc9afe

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. 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/sdsn.jpg')
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.png')
45
  st.sidebar.image(image)
46
  app = st.sidebar.radio(
47
  'Go To',