|
|
|
|
|
by DandyDev
821 days ago
|
|
This looks like a really neat project! The examples certainly feel less “script-like” than streamlit. One thing I find disappointing though, is that this framework is built on top of FastAPI. I feel it’s a bad idea to build on top of what’s basically a one-man project. No matter how popular that project is. |
|
FastAPI has been working well for us, but we're not strongly coupled to it - in the future it would be easy to swap it out if needed.