Py.Cafe

iisakkirotko/

solara-interactive-button

Interactive Button Example with Solara

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
7
import solara


@solara.component
def Page():
    solara.Title("Hey")
    solara.Button("Climps")