rajistics commited on
Commit
e14bc53
1 Parent(s): 1ab3637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ explanation_class_choice = st.sidebar.selectbox(
64
  "Explanation class: The class you would like to explain output with respect to.",
65
  explanation_classes,
66
  )
67
- my_expander = st.beta_expander(
68
  "Click here for a description of models and their tasks"
69
  )
70
  with my_expander:
 
64
  "Explanation class: The class you would like to explain output with respect to.",
65
  explanation_classes,
66
  )
67
+ my_expander = st.expander(
68
  "Click here for a description of models and their tasks"
69
  )
70
  with my_expander: