prebid-version-popularity-c.../streamlit_app.py
2024-09-30 16:04:14 -04:00

7 lines
180 B
Python

import streamlit as st
st.title("🎈 My new app")
st.write(
"Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/)."
)