2 / app.py
puqi's picture
Update app.py
3ccde3e
raw
history blame
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)