diff --git a/openweather.py b/openweather.py index 1dfdf31..52ca9f9 100755 --- a/openweather.py +++ b/openweather.py @@ -27,16 +27,16 @@ match response.status_code: print(Columns([ Panel(f"[blue]{round(current_temperature - 273.15, 2)}°C", - title="[bold]Temperature[/bold]"), + title="[bold]Temperature"), Panel(f"[blue]{current_pressure}hPa", - title="[bold]Atmospheric Pressure[/bold]"), + title="[bold]Atmospheric Pressure"), Panel(f"[blue]{current_humidity}%", - title="[bold]Humidity[/bold]"), + title="[bold]Humidity"), Panel(f"[blue]{weather_description}", - title="[bold]Description[/bold]"), + title="[bold]Description"), ])) case _: