Mei000 commited on
Commit
53d1173
1 Parent(s): 1b07ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ st.write(18 * "-")
25
  fancy_header('\n Getting data from Feature Store...')
26
 
27
  today = datetime.date.today()
28
- city = "vienna"
29
  weekly_data = get_weather_data_weekly(city, today)
30
 
31
 
 
25
  fancy_header('\n Getting data from Feature Store...')
26
 
27
  today = datetime.date.today()
28
+ city = "beijing"
29
  weekly_data = get_weather_data_weekly(city, today)
30
 
31