Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
puqi
/
2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ccde3e
2
/
app.py
puqi
Update app.py
3ccde3e
almost 2 years ago
raw
Copy download link
history
blame
Safe
189 Bytes
import
streamlit
as
st
from
transformers
import
pipeline
from
datasets
import
load_dataset
dataset = load_dataset(path=
'puqi/test'
,data_files=
"train_input_smallnn.csv"
)
st.table(dataset)