Spaces:
Sleeping
Sleeping
Update test.py
Browse files
test.py
CHANGED
@@ -35,7 +35,7 @@ def manage_hf_files(hf_token):
|
|
35 |
print("print the content of a remote file as a single string")
|
36 |
print(train_data)
|
37 |
|
38 |
-
# Write to a remote
|
39 |
print("\nWriting to 'hello.csv':")
|
40 |
with fs.open("datasets/bupa1018/Test/data/hello.csv", "w") as f:
|
41 |
f.write("text,label\n")
|
|
|
35 |
print("print the content of a remote file as a single string")
|
36 |
print(train_data)
|
37 |
|
38 |
+
# Write to a remote filehd
|
39 |
print("\nWriting to 'hello.csv':")
|
40 |
with fs.open("datasets/bupa1018/Test/data/hello.csv", "w") as f:
|
41 |
f.write("text,label\n")
|