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