Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jung
/
ep_explorer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
57e681e
ep_explorer
/
app.py
Jung
Create app.py
7d13043
over 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
import
pandas
as
pd
import
numpy
as
np
df = pd.read_csv(
'heroes_ep.csv'
)
st.write(
'hello world'
)
st.dataframe(df.head())