Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 305 Bytes

Display media.md

File metadata and controls

12 lines (7 loc) · 305 Bytes

Here's what each line does:

st.image('./header.png')

Displays an image located at the path './header.png' in the Streamlit app.

st.audio(data)

Plays an audio file provided as 'data' in the Streamlit app.

st.video(data)

Plays a video file provided as 'data' in the Streamlit app.