Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
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
|