Grant commited on
Commit
903fca3
·
1 Parent(s): df07b29

fix selectbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def plot_interactive_line(uid_data: pd.DataFrame, uid: str, score: str, mutation
66
  )
67
  return line_fig
68
 
69
- selection = st.selectbox("", uids.selection, index=26592)
70
  selection_uid = selection.split(",")[0]
71
 
72
  # Base dataset
 
66
  )
67
  return line_fig
68
 
69
+ selection = st.selectbox("", uids.selection, index=11409)
70
  selection_uid = selection.split(",")[0]
71
 
72
  # Base dataset