Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MakiAi
/
PrivateSample
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeb10a9
PrivateSample
/
app.py
MakiAi
Create app.py
aeb10a9
almost 2 years ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
streamlit
as
st
import
re
import
pandas
as
pd
# Streamlit app
st.title(
"Private Sample"
)