peter2000 commited on
Commit
ade184d
1 Parent(s): d925d96

Update appStore/multiapp.py

Browse files
Files changed (1) hide show
  1. appStore/multiapp.py +1 -3
appStore/multiapp.py CHANGED
@@ -47,7 +47,5 @@ class MultiApp:
47
  app = st.sidebar.radio(
48
  'Pages',
49
  self.apps,
50
- format_func=lambda app: app['title'])
51
-
52
-
53
  app['function']()
 
47
  app = st.sidebar.radio(
48
  'Pages',
49
  self.apps,
50
+ format_func=lambda app: app['title'])
 
 
51
  app['function']()