sheffier
sheffier
Hi @cypypccpy As always, thanks for the quick and detailed answer :)
Thanks, @cypypccpy, very helpful
Thanks for the detailed answer! Much appreciated
Yep, this did the trick! > Where did you get stuck on your first try? I am a data scientists with no WEB development skills. > Is there something we...
BTW @iisakkirotko, The following code snippet worked even better: ```python import solara show = solara.reactive(False) @solara.component def Page(): with solara.Card(style="min-height: 230px; height: 100%"): solara.Markdown("# Content 1") with solara.v.ExpandTransition(): if show.value:...