Karley8 commited on
Commit
7deb072
·
verified ·
1 Parent(s): 7c2b91d

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
+ st.title("Hello from Streamlit!")
4
+ st.write("This is a simple Hugging Face Space using Streamlit.")
5
+