Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import json
|
2 |
|
3 |
# Load the dataset (update 'your_file_path.json' with the actual file location)
|
4 |
-
file_path = "/
|
5 |
with open(file_path, "r") as file:
|
6 |
data = json.load(file)
|
7 |
|
|
|
1 |
import json
|
2 |
|
3 |
# Load the dataset (update 'your_file_path.json' with the actual file location)
|
4 |
+
file_path = "https://huggingface.co/spaces/BINAII/Mini_Medical_Assistant/blob/main/release_conditions.json"
|
5 |
with open(file_path, "r") as file:
|
6 |
data = json.load(file)
|
7 |
|