<%= @weather_art.city.name %> - <%= @weather_art.weather_date.strftime("%Y-%m-%d") %>

<%= link_to "Back to City", city_path(@weather_art.city), class: "btn btn-ghost" %>
<% if @weather_art.image.attached? %> <%= image_tag @weather_art.image, class: "w-full h-full object-cover" %> <% end %>

<%= @weather_art.description %>

Temperature
<%= @weather_art.temperature %>°C
Feels like <%= @weather_art.feeling_temp %>°C
Wind
<%= @weather_art.wind_scale %>
<%= @weather_art.wind_speed %> km/h
Humidity
<%= @weather_art.humidity %>%
Visibility
<%= @weather_art.visibility %> km

AI Prompt:

<%= @weather_art.prompt %>