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