Redmind commited on
Commit
213b4e1
·
verified ·
1 Parent(s): b4fb6f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1169,7 +1169,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1169
  limited_data_without_first_column.insert(0, 'SNo', range(1, len(limited_data) + 1))
1170
  # 3. Save the full dataset to a downloadable file
1171
  df.to_excel('output_data.xlsx', index=False)
1172
- save_file_to_hostinger('output_data.xlsx')
1173
  # 4. Create a summary and table of the first 10 rows for display
1174
 
1175
  #columns = list(df.columns)
 
1169
  limited_data_without_first_column.insert(0, 'SNo', range(1, len(limited_data) + 1))
1170
  # 3. Save the full dataset to a downloadable file
1171
  df.to_excel('output_data.xlsx', index=False)
1172
+ #save_file_to_hostinger('output_data.xlsx')
1173
  # 4. Create a summary and table of the first 10 rows for display
1174
 
1175
  #columns = list(df.columns)