bupa1018 commited on
Commit
782e3c8
·
1 Parent(s): b09a1db

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
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 fileh
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")