Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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:
|