Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1191,7 +1191,7 @@ def handle_large_dataset(df, create_document,isDataFrame):
|
|
1191 |
use_auth_token=os.getenv("HF_TOKEN"),
|
1192 |
)"""
|
1193 |
|
1194 |
-
file_path = "
|
1195 |
#download_url = repo.get_download_url(file_path)
|
1196 |
|
1197 |
from huggingface_hub import upload_file
|
|
|
1191 |
use_auth_token=os.getenv("HF_TOKEN"),
|
1192 |
)"""
|
1193 |
|
1194 |
+
file_path = "output_data.xlsx"
|
1195 |
#download_url = repo.get_download_url(file_path)
|
1196 |
|
1197 |
from huggingface_hub import upload_file
|