Jung commited on
Commit
731c683
·
1 Parent(s): 634642d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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())