g8a9 commited on
Commit
c2c0b13
1 Parent(s): 0c0c6b8

Update single.py

Browse files
Files changed (1) hide show
  1. single.py +1 -1
single.py CHANGED
@@ -57,7 +57,7 @@ def body():
57
  target = st.selectbox(
58
  "Target",
59
  options=class_labels,
60
- index=2,
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