Diego Marroquin commited on
Commit ·
476b297
1
Parent(s): 86c9138
Added current excel
Browse files
app.py
CHANGED
|
@@ -594,7 +594,7 @@ def run_app():
|
|
| 594 |
|
| 595 |
|
| 596 |
# Save the DataFrame to the BytesIO object as an Excel file
|
| 597 |
-
|
| 598 |
# Set the cursor position to the beginning of the BytesIO object
|
| 599 |
excel_buffer.seek(0)
|
| 600 |
|
|
|
|
| 594 |
|
| 595 |
|
| 596 |
# Save the DataFrame to the BytesIO object as an Excel file
|
| 597 |
+
df_nucmonitor.to_excel(excel_buffer, index=True)
|
| 598 |
# Set the cursor position to the beginning of the BytesIO object
|
| 599 |
excel_buffer.seek(0)
|
| 600 |
|