Spaces:
Sleeping
Sleeping
Update test.py
Browse files
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"
|
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 |
|