Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,8 @@ def display_heroes_from_df(df):
|
|
66 |
|
67 |
#########################################
|
68 |
## Load the main file (TODO: caching)=
|
|
|
|
|
69 |
|
70 |
df = pd.read_csv('heroes_ep.csv')
|
71 |
class_values = ['None'] + list(df['class'].unique())
|
|
|
66 |
|
67 |
#########################################
|
68 |
## Load the main file (TODO: caching)=
|
69 |
+
st.set_page_config(layout="wide")
|
70 |
+
|
71 |
|
72 |
df = pd.read_csv('heroes_ep.csv')
|
73 |
class_values = ['None'] + list(df['class'].unique())
|