Redmind commited on
Commit
a8273ec
·
verified ·
1 Parent(s): db7bec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1148,7 +1148,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
1148
  print(f"Total rows: {total_rows}")
1149
 
1150
  #docstatus = f"Download the complete dataset <a href='https://huggingface.co/spaces/Redmind/NewageNXTGPT/blob/main/assets/output.xlsx' download> here.</a>.There are total of {total_rows} rows."
1151
- docstatus = f"Download the complete dataset <a href='https://redmindtechnologies.com/RedMindGPT/ouput.xlsx' download> here.</a>.There are total of {total_rows} rows."
1152
  if total_rows < 4000:
1153
 
1154
  # 1. Limit to first 10 rows
 
1148
  print(f"Total rows: {total_rows}")
1149
 
1150
  #docstatus = f"Download the complete dataset <a href='https://huggingface.co/spaces/Redmind/NewageNXTGPT/blob/main/assets/output.xlsx' download> here.</a>.There are total of {total_rows} rows."
1151
+ docstatus = f"Download the complete dataset <a href='https://redmindtechnologies.com/RedMindGPT/output.xlsx' download> here.</a>.There are total of {total_rows} rows."
1152
  if total_rows < 4000:
1153
 
1154
  # 1. Limit to first 10 rows