BINAII commited on
Commit
d0ee8c6
·
verified ·
1 Parent(s): 0fd91d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/Users/atibaraymond/Downloads/22687585/release_conditions.json"
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