adjoint-bass commited on
Commit
36e720f
1 Parent(s): ef98bc7

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.write(36 * "-")
19
 
20
  st.markdown("# This is a final project in the course ID2223 Scalable Machine Learning and Deep Learning :computer:")
21
  st.markdown("My task was to predict the Air Quality Index (AQI) for one city (I choose Vienna) based on different weather data (pressure, snow-and cloud-coverage, temperature, etc.).")
22
- st.markdown("For the full list of weather data, please click [here][https://visualcrossing.com/resources/documentation/weather-api/timeline-weather-api]")
23
  fancy_header('\n Connecting to Hopsworks Feature Store...')
24
 
25
  project = hopsworks.login()
 
19
 
20
  st.markdown("# This is a final project in the course ID2223 Scalable Machine Learning and Deep Learning :computer:")
21
  st.markdown("My task was to predict the Air Quality Index (AQI) for one city (I choose Vienna) based on different weather data (pressure, snow-and cloud-coverage, temperature, etc.).")
22
+ st.markdown("For the full list of weather data, please click [here](https://visualcrossing.com/resources/documentation/weather-api/timeline-weather-api)")
23
  fancy_header('\n Connecting to Hopsworks Feature Store...')
24
 
25
  project = hopsworks.login()