Spaces:
Sleeping
Sleeping
File size: 363 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
title: st.components.v1.iframe
slug: /develop/api-reference/custom-components/st.components.v1.iframe
---
<Autofunction function="streamlit.components.v1.iframe" />
#### Example
```python
import streamlit as st
import streamlit.components.v1 as components
# embed streamlit docs in a streamlit app
components.iframe("https://example.com", height=500)
```
|