vives commited on
Commit
faf0e44
·
1 Parent(s): 6526ed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if xl1 is not None and xl2 is not None:
31
  for kp1 in kps1.keys():
32
  col1, col2, col3 = st.columns()
33
  with col1:
34
- st.write(r1["KP"]
35
  with col2:
36
  st.write(f"kp: {kp1} , distance: {kps1[kp1]}")
37
  with col3:
 
31
  for kp1 in kps1.keys():
32
  col1, col2, col3 = st.columns()
33
  with col1:
34
+ st.write(r1["KP"])
35
  with col2:
36
  st.write(f"kp: {kp1} , distance: {kps1[kp1]}")
37
  with col3: