Spaces:
Sleeping
Sleeping
Jonathan Card commited on
Commit ·
2ae3913
1
Parent(s): 01b1fee
Updated the dataset URL.
Browse files- data_service.py +1 -1
data_service.py
CHANGED
|
@@ -20,7 +20,7 @@ class DataService(object):
|
|
| 20 |
class DefaultDataService(DataService):
|
| 21 |
|
| 22 |
def __init__(self):
|
| 23 |
-
self._dataset_url = "https://huggingface.co/datasets/
|
| 24 |
self._initialized = False
|
| 25 |
|
| 26 |
def initialize(func):
|
|
|
|
| 20 |
class DefaultDataService(DataService):
|
| 21 |
|
| 22 |
def __init__(self):
|
| 23 |
+
self._dataset_url = "https://huggingface.co/datasets/iscg34/finalproject/raw/main/patient_encounters1_notes.csv"
|
| 24 |
self._initialized = False
|
| 25 |
|
| 26 |
def initialize(func):
|