I am brand new to streamlit, I am looking for a fast way to build an mvp for an idea, and think this is the perfect environment, but am looking for a library that will accomplish what I am looking for.
Is there any library or solution that comes to mind accessible in Streamlit that can visualize and animate a Flow Graph? I am looking for a platform to quickly build and iterate a visual scripting tool for directing cashflows over a directed flow graph.
I saw some references to networkx and pyvis in this forum, but am looking for something more tailored to flows than to networks.
Examples in other environments/domains that are higher barrier to entry, and not Python friendly:
Node Editor in imgui
It would be awesome to have an updated version of Node-Based UIs in React – React Flow, the streamlit-react-flow has no maintenance nor updates since inception
I’m looking for the flow graph too. update to NOW, the barfi is the closest option but it looks too young. There are so many LLM demoes associated with langchain, but there is no one like Langflow!
I just launched a new component called Streamlit Flow, that is a somewhat extensive wrapper over the React Flow Library. There is still a lot to be done, but I have implemented the necessary features to get most use cases going. Hope you guys like it!
Just wanted to add an announcement here. I’ve released v1.0.0 with a lot more features such as building full fledged flows from within the canvas itself. I’ve also hosted a docs-cum-demo site on Streamlit Cloud. Do check it out at
Hey @Elad_Beja . You can set node colours using the style attribute on the StreamlitFlowNode class. For example: style={'color': 'white', 'backgroundColor': '#00c04b', 'border': '2px solid white'} gives you something like: