vives commited on
Commit
f47e438
·
1 Parent(s): 3fca26d

Update app.py

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