jcmachicao commited on
Commit
7055cc5
1 Parent(s): 32068c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if file is not None:
25
  for name, group in grouped_df:
26
  text += f'{name}:\n\n'
27
  for index, row in group.iterrows():
28
- text += f'- {row["Diferencia"]}\n'
29
  text += '\n'
30
 
31
  # Download link for text file
 
25
  for name, group in grouped_df:
26
  text += f'{name}:\n\n'
27
  for index, row in group.iterrows():
28
+ text += f'En la pregunta {row["Pregunta"]} el exceso es {row["dif2"]}\n'
29
  text += '\n'
30
 
31
  # Download link for text file