Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1184,7 +1184,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
|
|
| 1184 |
|
| 1185 |
file_path = os.path.join(current_folder, 'output_data.xlsx')
|
| 1186 |
df.to_excel(file_path, index=False)
|
| 1187 |
-
|
| 1188 |
|
| 1189 |
files = os.listdir(current_folder)
|
| 1190 |
print(f"Files in persistent storage: {files}")
|
|
|
|
| 1184 |
|
| 1185 |
file_path = os.path.join(current_folder, 'output_data.xlsx')
|
| 1186 |
df.to_excel(file_path, index=False)
|
| 1187 |
+
df.to_excel('/data/output_data.xlsx', index=False)
|
| 1188 |
|
| 1189 |
files = os.listdir(current_folder)
|
| 1190 |
print(f"Files in persistent storage: {files}")
|