% @page_title = "New chat bot" %>
<% content_for :nav do %>
<%= link_back_to account_bots_path %>
<% end %>
<%= form_with model: @bot, url: account_bots_path, class: "flex flex-column gap" do |form| %>
<%= render "accounts/bots/form", form: form, bot: @bot %>
<% end %>