Spaces:
Runtime error
Runtime error
Last try before I got back to S3, trying a different file path
Browse files
Home.py
CHANGED
@@ -418,7 +418,8 @@ def feedback():
|
|
418 |
|
419 |
if sub:
|
420 |
login(token=st.secrets.read_hug)
|
421 |
-
f_f = datasets.load_dataset(
|
|
|
422 |
f_csv = f_f.to_csv()
|
423 |
f_s = pd.Series(f)
|
424 |
f_f = f_f.append(f_s, ignore_index=True)
|
|
|
418 |
|
419 |
if sub:
|
420 |
login(token=st.secrets.read_hug)
|
421 |
+
f_f = datasets.load_dataset("AutoBG/AutoBG-Data")
|
422 |
+
print(f_f)
|
423 |
f_csv = f_f.to_csv()
|
424 |
f_s = pd.Series(f)
|
425 |
f_f = f_f.append(f_s, ignore_index=True)
|