test-dev3 / app.py
praneeth232's picture
Create app.py
9cb0672 verified
raw
history blame contribute delete
142 Bytes
import streamlit as st
# Simple title app
st.title("🚀 Streamlit Test App")
st.write("This is a simple test app to check Streamlit setup.")