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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ df = pd.read_csv("city_temperature.csv")
31
  city_input = st.selectbox(
32
  'Which region do you want to predict temparature ?',
33
  ("all",
34
- df["Region"].unique()), index=0)
 
35
 
36
  def mergeStateToCountry():
37
  df.loc[df['State'].notna(), 'Country'] = df['State']
 
31
  city_input = st.selectbox(
32
  'Which region do you want to predict temparature ?',
33
  ("all",
34
+ "test",
35
+ "E"), index=0)
36
 
37
  def mergeStateToCountry():
38
  df.loc[df['State'].notna(), 'Country'] = df['State']