gradio-svelteflow
Gradio component for svelteflow
IMPORTANT:
- Svelteflow wrapper in Gradio built as gradio custom component.
- Frontend:
- Main svelte component: GraphUI.svelte
- This is a clone of the same component in svelteflow-app but with the event dispatcher and value props for gradio.
- Backend:
- Svelteflow wrapper in svelte4 built using vite.
- Frontend:
- Main svelte component: GraphUI.svelte
- This is a clone of the same component in svelteflow but without the event dispatcher and value props for gradio.
Acknowledgement
- Besides the bootstrapped code from gradio custom component cli and vite cli, the code in this repo is written with the help of Gemini CLI and Copilot.