Live demo on HuggingFace Spaces: https://huggingface.co/spaces/kraussian/gradio-pyvis-demo
This is a simple demo of how a PyVis graph can be integrated into a Gradio UI.
It showcases the following features:
- Corporate branding at top-left corner. This can be replaced with your own logo image (PNG/SVG/etc)
- Dataframe displaying all nodes and connections in a tabular format
- Graphical representation of the network graph
TODO:
- A Dropdown was added as Gradio Dataframe does not have an event listener returning the row/cell the user has clicked. Find a way to remove the Dropdown and make the Dataframe fully interactive