peter2000 commited on
Commit
871b743
1 Parent(s): 1f50356

Update apps/multiapp.py

Browse files
Files changed (1) hide show
  1. apps/multiapp.py +2 -0
apps/multiapp.py CHANGED
@@ -18,6 +18,8 @@ class MultiApp:
18
  self.apps = []
19
  if 'embed_list' not in st.session_state:
20
  st.session_state['embed_list'] = ["first"]
 
 
21
 
22
  def add_app(self, title, func):
23
  """Adds a new application.
 
18
  self.apps = []
19
  if 'embed_list' not in st.session_state:
20
  st.session_state['embed_list'] = ["first"]
21
+ if 'cat_list' not in st.session_state:
22
+ st.session_state['cat_list'] = ["first"]
23
 
24
  def add_app(self, title, func):
25
  """Adds a new application.