Redmind commited on
Commit
02505fb
·
verified ·
1 Parent(s): 2653c86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")