robertou2 commited on
Commit
5872984
1 Parent(s): 824eea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def run():
162
  df['Sexista']= np.where(df['Sexista']== 0, 'No Sexista', 'Sexista')
163
 
164
 
165
- st.table(df.reset_index(drop=True).head(20).style.applymap(color_survived, subset=['Sexista']))
166
 
167
 
168
  #st.dataframe(df.style.apply(highlight_survived, axis=1))
 
162
  df['Sexista']= np.where(df['Sexista']== 0, 'No Sexista', 'Sexista')
163
 
164
 
165
+ st.table(df.reset_index(drop=True).head(50).style.applymap(color_survived, subset=['Sexista']))
166
 
167
 
168
  #st.dataframe(df.style.apply(highlight_survived, axis=1))