Jnior commited on
Commit
83e3b88
·
1 Parent(s): 28cc90b

updating main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('/content/database.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: