Py.Cafe

kecnry/

bug-button-label

Minimal example for "bug" in button label with cryptic error

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

@solara.component
def Page():

    solara.Button(label="Button", icon='fas fa-add')