Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Template

template.livemd

Template

Setup

Mix.install([
  {:kino, "~> 0.4.1"}
])
input = Kino.Input.textarea("Please enter your Input")
input =
  input
  |> Kino.Input.read()

Part 1

Part 2