jcmachicao commited on
Commit
4372c5d
1 Parent(s): 9f9f835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if file is not None:
31
 
32
  for name, group in grouped_df:
33
 
34
- st.markdown('\n\n > ', option, ': ', :blue[name])
35
  st.write('Cantidad de afirmaciones: ', len(group))
36
  texto_tot = ''
37
  for index, row in group.iterrows():
 
31
 
32
  for name, group in grouped_df:
33
 
34
+ st.markdown('\n\n > ', option, ': ', name)
35
  st.write('Cantidad de afirmaciones: ', len(group))
36
  texto_tot = ''
37
  for index, row in group.iterrows():