Kolpitor commited on
Commit
d7b041a
·
1 Parent(s): 4b1fe69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("new_dataset.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 ?',