Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
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']
|