Hyperdiv does this:
def my_ui(hide_text=False): button("Button 1") if show_text: text("Hello") button("Button 2")
Hyperdiv does this:
def my_ui(hide_text=False): button("Button 1") if show_text: text("Hello") button("Button 2")