updating main
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import joblib
|
|
7 |
import pandas as pd
|
8 |
|
9 |
#reading the data base for market information
|
10 |
-
db = pd.read_csv('
|
11 |
|
12 |
#loading the feature list
|
13 |
with open('features.json') as f:
|
|
|
7 |
import pandas as pd
|
8 |
|
9 |
#reading the data base for market information
|
10 |
+
db = pd.read_csv('database.csv')
|
11 |
|
12 |
#loading the feature list
|
13 |
with open('features.json') as f:
|