vives commited on
Commit
88f859c
1 Parent(s): 006d9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ if xl1 is not None :
34
  i = 0
35
  if new_df.shape[0]-1 > num_kp:
36
  num_kp = new_df.shape[0] - 1
 
37
  for t1 in new_df.sample(n=num_kp,random_state=42).iterrows():
38
  #for t1 in new_df.sample(n=10, random_state=42).iterrows():
39
  r1 = t1[1]
 
34
  i = 0
35
  if new_df.shape[0]-1 > num_kp:
36
  num_kp = new_df.shape[0] - 1
37
+ st.write(num_kp)
38
  for t1 in new_df.sample(n=num_kp,random_state=42).iterrows():
39
  #for t1 in new_df.sample(n=10, random_state=42).iterrows():
40
  r1 = t1[1]