Kolpitor commited on
Commit
0fe4ba5
·
1 Parent(s): edd965b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ city_input = st.selectbox(
35
  "Portland"), index=0)
36
 
37
 
38
- df = pd.read_csv("city_temperature.csv")
39
 
40
  def mergeStateToCountry():
41
  df.loc[df['State'].notna(), 'Country'] = df['State']
 
35
  "Portland"), index=0)
36
 
37
 
38
+ df = pd.read_csv("new_dataset.csv")
39
 
40
  def mergeStateToCountry():
41
  df.loc[df['State'].notna(), 'Country'] = df['State']