Spaces:
Build error
Build error
| # basic demo of GraphVix with Streamlit | |
| import graphviz as graphviz | |
| import streamlit as st | |
| st.graphviz_chart(''' | |
| digraph G { | |
| Provider->Patient | |
| } | |
| ''') |