Spaces:
Runtime error
Runtime error
jcmachicao
commited on
Commit
•
64ca597
1
Parent(s):
73bdb0e
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ if file is not None:
|
|
39 |
row.Respuesta + ' un ' + str(row.dif2) + '% más que la categoría ' + row.Cat_Comparada + '\n'
|
40 |
texto_tot = texto_tot + '\n' + text
|
41 |
st.write(texto_tot)
|
42 |
-
|
43 |
# Download link for text file
|
44 |
-
st.
|
|
|
39 |
row.Respuesta + ' un ' + str(row.dif2) + '% más que la categoría ' + row.Cat_Comparada + '\n'
|
40 |
texto_tot = texto_tot + '\n' + text
|
41 |
st.write(texto_tot)
|
42 |
+
|
43 |
# Download link for text file
|
44 |
+
st.download_button(label='Descargar Reporte', data=texto_tot, file_name='reporte.txt', mime='text/plain')
|