Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1196,7 +1196,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
|
|
1196 |
from huggingface_hub import hf_hub_url
|
1197 |
|
1198 |
print(hf_hub_url(
|
1199 |
-
repo_id="Redmind/NewageNXTGPT", filename="output.xlsx"
|
1200 |
))
|
1201 |
|
1202 |
print(f"Download the file here: {download_url}")
|
|
|
1196 |
from huggingface_hub import hf_hub_url
|
1197 |
|
1198 |
print(hf_hub_url(
|
1199 |
+
repo_id="Redmind/NewageNXTGPT", filename="/home/user/app/output.xlsx"
|
1200 |
))
|
1201 |
|
1202 |
print(f"Download the file here: {download_url}")
|