Spaces:
Runtime error
Runtime error
Update appStore/multiapp.py
Browse files- 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']()
|