Redmind commited on
Commit
ca393e4
·
verified ·
1 Parent(s): 63c7488

Update app.py

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