Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Meena
/
table-question-answering-space
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
10ebcc6
table-question-answering-space
/
app.py
Meena
Create app.py
99edfdf
almost 3 years ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
pandas
as
pd
import
streamlit
as
st
test = pd.read_csv(
'test.csv'
)
st.table(test)