ogegadavis254 commited on
Commit
2a863d7
·
verified ·
1 Parent(s): 251086d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ if st.button("Generate Prediction"):
59
  f"Temperature {temperature}°C, Humidity {humidity}%, Wind Speed {wind_speed} km/h, UV Index {uv_index}, "
60
  f"Air Quality Index {air_quality_index}, Precipitation {precipitation} mm, Atmospheric Pressure {atmospheric_pressure} hPa. "
61
  f"Location: Latitude {latitude}, Longitude {longitude}."
 
62
  )
63
 
64
  try:
 
59
  f"Temperature {temperature}°C, Humidity {humidity}%, Wind Speed {wind_speed} km/h, UV Index {uv_index}, "
60
  f"Air Quality Index {air_quality_index}, Precipitation {precipitation} mm, Atmospheric Pressure {atmospheric_pressure} hPa. "
61
  f"Location: Latitude {latitude}, Longitude {longitude}."
62
+ f"After analysing that i want you to 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"
63
  )
64
 
65
  try: