Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,10 @@ def write_excel(data,date):
|
|
| 66 |
|
| 67 |
|
| 68 |
# save the file
|
| 69 |
-
wb.save('07-253-b Estudio capacidad (con grafico)2.xls')
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
def KYBConvert(df,make_choice):
|
| 72 |
#INPUT FILE
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
# save the file
|
| 69 |
+
data=wb.save('07-253-b Estudio capacidad (con grafico)2.xls')
|
| 70 |
+
st.download_button(label='📥 Download Current Result',
|
| 71 |
+
data=data ,
|
| 72 |
+
file_name= '07-253-b Estudio capacidad (con grafico)2.xls')
|
| 73 |
|
| 74 |
def KYBConvert(df,make_choice):
|
| 75 |
#INPUT FILE
|