g8a9 commited on
Commit
cb66505
1 Parent(s): a87154e

Update single.py

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