ae86b0a
1
2
3
4
5
import streamlit as st st.title("My First Streamlit App") st.write("Hello, I am learning Streamlit step by step.")