mlabonne commited on
Commit
b7239a4
1 Parent(s): 549b766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def main():
149
  )
150
 
151
  # Full-width plot for the first category
152
- create_bar_chart(df, score_columns[0])
153
 
154
  # Next two plots in two columns
155
  col1, col2 = st.columns(2)
 
149
  )
150
 
151
  # Full-width plot for the first category
152
+ create_bar_chart(df, score_columns[0], height=len(df)*15)
153
 
154
  # Next two plots in two columns
155
  col1, col2 = st.columns(2)