streamlit-task1 / app.py
AreebaAliAsghar's picture
Upload 3 files
ae86b0a verified
raw
history blame contribute delete
120 Bytes
import streamlit as st
st.title("My First Streamlit App")
st.write("Hello, I am learning Streamlit step by step.")