vives commited on
Commit
5af806a
·
1 Parent(s): 9a40d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: