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