widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.62k stars 105 forks source link

Fixed the logic that is in the first example of the quick start guide #329

Open draperjames opened 7 months ago

draperjames commented 7 months ago

The current example of the first app in the quick start guide has logic that does not yield correct results: https://solara.dev/docs/quickstart

These two lines fix that issue.