praneeth232 commited on
Commit
9cb0672
·
verified ·
1 Parent(s): 5246f4a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ # Simple title app
4
+ st.title("🚀 Streamlit Test App")
5
+ st.write("This is a simple test app to check Streamlit setup.")