Skip to content

Instantly share code, notes, and snippets.

@JasonBerto
JasonBerto / sankey_filter_nodes_streamlit_app.py
Created July 7, 2025 22:51
Ejemplo de sankey con filtros de nodos - Mejora navegacion
import streamlit as st
import plotly.graph_objects as go
'''
Install streamlit : pip install streamlit
run file from terminal: $ streamlit run sankey_filter_nodes_streamlit_app.py
# it will run a python http server you will be able to use this app in you browser
'''
st.title("Filtered Sankey Diagram with People")