Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|