Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
the237
/
dataApp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
the237
commited on
Feb 10, 2024
Commit
0026068
·
verified
·
1 Parent(s):
491dbfd
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
import pandas as pd
3
+
4
+
5
+
st.title("Welcome to our Streamlit App !!!!")