Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ n_estimators_input = st.slider("n estimators", 1, 100, 20)
|
|
26 |
|
27 |
|
28 |
|
29 |
-
df = pd.read_csv("
|
30 |
|
31 |
city_input = st.selectbox(
|
32 |
'Which region do you want to predict temparature ?',
|
|
|
26 |
|
27 |
|
28 |
|
29 |
+
df = pd.read_csv("city_temperature.csv")
|
30 |
|
31 |
city_input = st.selectbox(
|
32 |
'Which region do you want to predict temparature ?',
|