import streamlit as st st.title("Hello World") st.write("This is a simple example of Streamlit")