Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ models=["Gradient_Boost","Random_Forest","Lasso"]## Add others models names as i
|
|
17 |
def air_quality(city,model_name):
|
18 |
start_date = datetime.now() - timedelta(days=1)
|
19 |
start_time = int(start_date.timestamp()) * 1000
|
20 |
-
X = pd.read_csv('
|
21 |
|
22 |
#X = X.drop(columns=["date"]).fillna(0)
|
23 |
|
|
|
17 |
def air_quality(city,model_name):
|
18 |
start_date = datetime.now() - timedelta(days=1)
|
19 |
start_time = int(start_date.timestamp()) * 1000
|
20 |
+
X = pd.read_csv('x.csv')
|
21 |
|
22 |
#X = X.drop(columns=["date"]).fillna(0)
|
23 |
|