amnakhan1122 commited on
Commit
3ec9940
·
verified ·
1 Parent(s): dd6afad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("Hello from Amna's App 🎉")
4
+ st.write("If you're seeing this, your Hugging Face deployment is working fine.")