defmodule LivebookWeb.SessionLive.InsertFileComponent do use LivebookWeb, :live_component @impl true def render(assigns) do ~H"""

Suggested actions

What do you want to do with the file?

{handler.definition.description}
""" end end