Spaces:
Sleeping
Sleeping
| import streamlit as st | |
| import streamlit.components.v1 as components | |
| # bootstrap 4 collapse example | |
| components.html( | |
| """ | |
| <script | |
| type="module" | |
| src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js" | |
| ></script> | |
| <gradio-app src="https://themeetjani-speech2.hf.space"></gradio-app> | |
| """, | |
| height=1600, | |
| ) | |