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

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -31,7 +31,7 @@ def manage_hf_files(hf_token):
31
 
32
  # Read the content of a remote file as a single string
33
  print("\nReading the content of 'repo_data.json' (as a single string):")
34
- train_data = fs.read_text("datasets/bupa1018/Test/data/repo_data.json", revision="dev")
35
  print("print the content of a remote file as a single string")
36
  print(train_data)
37
 
 
31
 
32
  # Read the content of a remote file as a single string
33
  print("\nReading the content of 'repo_data.json' (as a single string):")
34
+ train_data = fs.read_text("datasets/bupa1018/Test/data/repo_data.json")
35
  print("print the content of a remote file as a single string")
36
  print(train_data)
37