Spaces:
GIZ
/
Running on CPU Upgrade

peter2000 commited on
Commit
446a8b4
1 Parent(s): feb4816

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -1
appStore/multiapp.py CHANGED
@@ -44,7 +44,7 @@ class MultiApp:
44
  image = Image.open('appStore/img/giz_sdsn.jpg')
45
  st.sidebar.image(image)
46
  app = st.sidebar.radio(
47
- 'Go To',
48
  self.apps,
49
  format_func=lambda app: app['title'])
50
 
 
44
  image = Image.open('appStore/img/giz_sdsn.jpg')
45
  st.sidebar.image(image)
46
  app = st.sidebar.radio(
47
+ 'Pages',
48
  self.apps,
49
  format_func=lambda app: app['title'])
50