ep_explorer / app.py
Jung's picture
Create app.py
7d13043
raw
history blame
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())