| import streamlit.components.v1 as components | |
| voice_toolkit = components.declare_component( | |
| "voice_toolkit", | |
| path="./voice_toolkit" | |
| ) | |
| import streamlit.components.v1 as components | |
| voice_toolkit = components.declare_component( | |
| "voice_toolkit", | |
| path="./voice_toolkit" | |
| ) | |