Spaces:
Runtime error
Runtime error
File size: 121 Bytes
7d13043 |
1 2 3 4 5 6 |
import pandas as pd
import numpy as np
df = pd.read_csv('heroes_ep.csv')
st.write('hello world')
st.dataframe(df.head()) |