bonbibi / app.py
dipsmom's picture
Update app.py
7640b10 verified
raw
history blame contribute delete
174 Bytes
# app.py
import streamlit as st
# Header
st.title("Simple Streamlit App")
# Subheader
st.subheader("This is a demo of a Streamlit app with just a header and subheader.")