Diego Marroquin commited on
Commit ·
5ef0e63
1
Parent(s): a2df43f
previous version with only nucmonitor
Browse files
app.py
CHANGED
|
@@ -690,7 +690,7 @@ def run_app():
|
|
| 690 |
|
| 691 |
|
| 692 |
# Save the DataFrame to the BytesIO object as an Excel file
|
| 693 |
-
|
| 694 |
# Set the cursor position to the beginning of the BytesIO object
|
| 695 |
excel_buffer.seek(0)
|
| 696 |
|
|
|
|
| 690 |
|
| 691 |
|
| 692 |
# Save the DataFrame to the BytesIO object as an Excel file
|
| 693 |
+
df_nucmonitor.to_excel(excel_buffer, index=True)
|
| 694 |
# Set the cursor position to the beginning of the BytesIO object
|
| 695 |
excel_buffer.seek(0)
|
| 696 |
|