Spaces:
Sleeping
Sleeping
feat: new temporary dataset
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -111,7 +111,7 @@ def push_observation(tab_log:DeltaGenerator=None):
|
|
111 |
rv = api.upload_file(
|
112 |
path_or_fileobj=f.name,
|
113 |
path_in_repo=path_in_repo,
|
114 |
-
repo_id="Saving-Willy/
|
115 |
repo_type="dataset",
|
116 |
)
|
117 |
print(rv)
|
|
|
111 |
rv = api.upload_file(
|
112 |
path_or_fileobj=f.name,
|
113 |
path_in_repo=path_in_repo,
|
114 |
+
repo_id="Saving-Willy/temp_dataset",
|
115 |
repo_type="dataset",
|
116 |
)
|
117 |
print(rv)
|