ogegadavis254 commited on
Commit
ba8f008
·
verified ·
1 Parent(s): 08ea29e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ if st.button("Generate Prediction"):
68
  f"Temperature {temperature}°C, Humidity {humidity}%, Wind Speed {wind_speed} km/h, UV Index {uv_index}, "
69
  f"Air Quality Index {air_quality_index}, Precipitation {precipitation} mm, Atmospheric Pressure {atmospheric_pressure} hPa. "
70
  f"Location: Latitude {latitude}, Longitude {longitude}. "
71
- f"Athlete (Age: {age}, Sport: {sport}), Facility (Type: {facility_type}, Age: {facility_age}, Materials: {materials_used}).
72
- Lastly visualize the data in the best way possible, might be in a table, using a chart or any other way so that it could be easy to understand"
73
  )
74
 
75
  try:
 
68
  f"Temperature {temperature}°C, Humidity {humidity}%, Wind Speed {wind_speed} km/h, UV Index {uv_index}, "
69
  f"Air Quality Index {air_quality_index}, Precipitation {precipitation} mm, Atmospheric Pressure {atmospheric_pressure} hPa. "
70
  f"Location: Latitude {latitude}, Longitude {longitude}. "
71
+ f"Athlete (Age: {age}, Sport: {sport}), Facility (Type: {facility_type}, Age: {facility_age}, Materials: {materials_used})."
72
+ f"Lastly visualize the data in the best way possible, might be in a table, using a chart or any other way so that it could be easy to understand"
73
  )
74
 
75
  try: