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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -68,7 +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
  )
73
 
74
  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
+ 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: