Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ print(file_list)
|
|
| 16 |
|
| 17 |
fs = HfFileSystem()
|
| 18 |
with fs.open(f"spaces/{repo_id}/info/副脾_症状.txt") as f:
|
| 19 |
-
data = f.read()
|
| 20 |
print(data)
|
| 21 |
|
| 22 |
def greet(name):
|
|
|
|
| 16 |
|
| 17 |
fs = HfFileSystem()
|
| 18 |
with fs.open(f"spaces/{repo_id}/info/副脾_症状.txt") as f:
|
| 19 |
+
data = f.read().decode()
|
| 20 |
print(data)
|
| 21 |
|
| 22 |
def greet(name):
|