Spaces:
Runtime error
Runtime error
Update single.py
Browse files
single.py
CHANGED
@@ -56,7 +56,7 @@ def body():
|
|
56 |
target = st.selectbox(
|
57 |
"Target",
|
58 |
options=class_labels,
|
59 |
-
index=
|
60 |
help="Class label you want to explain.",
|
61 |
)
|
62 |
|
|
|
56 |
target = st.selectbox(
|
57 |
"Target",
|
58 |
options=class_labels,
|
59 |
+
index=2,
|
60 |
help="Class label you want to explain.",
|
61 |
)
|
62 |
|