Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if xl1 is not None and xl2 is not None:
|
|
29 |
continue
|
30 |
if kps1 != {}:
|
31 |
for kp1 in kps1.keys():
|
32 |
-
col1, col2, col3 = st.columns()
|
33 |
with col1:
|
34 |
st.write(r1["KP"])
|
35 |
with col2:
|
|
|
29 |
continue
|
30 |
if kps1 != {}:
|
31 |
for kp1 in kps1.keys():
|
32 |
+
col1, col2, col3 = st.columns(3)
|
33 |
with col1:
|
34 |
st.write(r1["KP"])
|
35 |
with col2:
|