Hacker News new | ask | show | jobs
by manojlds 1913 days ago
Not finding a reason to use this over Streamlit which is pretty polished and has good layout, pandas df support and other nice bells and whistles.

Edit: actually did. Running apps from a directory was something I was looking for and there was only a third party effort for Streamlit for this - https://pywebio.readthedocs.io/en/latest/platform.html#direc...

2 comments

PyWebIO is more lightweight and supports coroutine and web framework integration.

Although PyWebIO is indeed a bit crude, the usage scenarios of PyWebIO and streamlit don't exactly overlap.

What do you mean by "running apps from a directory?" Do you mean having multiple streamlit apps in a folder and being able to access all of them using a single server?