vives commited on
Commit
5a030ba
·
1 Parent(s): 797a9c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ if xl1 is not None and xl2 is not None:
34
  with col2:
35
  st.write(f"kp: {kp1} , distance: {kps1[kp1]}")
36
  with col3:
37
- choices.append(st.radio("Appropriate?", [True, False],id = i))
38
  i+=1
39
 
 
34
  with col2:
35
  st.write(f"kp: {kp1} , distance: {kps1[kp1]}")
36
  with col3:
37
+ choices.append(st.radio("Appropriate?", [True, False],key = i))
38
  i+=1
39