This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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") |