import streamlit as st st.title('My first app') st.write("Here's our first app with Streamlit")