Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
a736ea0
1 Parent(s): 482fd47

image trial

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -1
appStore/multiapp.py CHANGED
@@ -46,7 +46,7 @@ class MultiApp:
46
 
47
  st.sidebar.write(format_func=lambda app: app['title'])
48
  image = Image.open('docStore/img/giz_sdsn_small.jpg')
49
- st.sidebar.image(image, width =5)
50
 
51
  with st.sidebar:
52
  selected = option_menu(None, [page["title"] for page in self.apps],
 
46
 
47
  st.sidebar.write(format_func=lambda app: app['title'])
48
  image = Image.open('docStore/img/giz_sdsn_small.jpg')
49
+ st.sidebar.image(image, width =100)
50
 
51
  with st.sidebar:
52
  selected = option_menu(None, [page["title"] for page in self.apps],