Spaces:
Runtime error
Runtime error
Rename ai_doctor to ai_doctor.py
Browse files- ai_doctor → ai_doctor.py +1 -1
ai_doctor → ai_doctor.py
RENAMED
@@ -10,7 +10,7 @@ import os
|
|
10 |
def create_index():
|
11 |
# load the data
|
12 |
dir = os.path.dirname(__file__)
|
13 |
-
df_path = dir + '/data/
|
14 |
loader = CSVLoader(file_path = df_path)
|
15 |
data = loader.load()
|
16 |
|
|
|
10 |
def create_index():
|
11 |
# load the data
|
12 |
dir = os.path.dirname(__file__)
|
13 |
+
df_path = dir + '/data/train.csv'
|
14 |
loader = CSVLoader(file_path = df_path)
|
15 |
data = loader.load()
|
16 |
|