mlabonne commited on
Commit
e088bab
1 Parent(s): a60277f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def create_bar_chart(df, category):
79
  margin=dict(l=20, r=20, t=20, b=20)
80
  )
81
 
82
- st.plotly_chart(fig, use_container_width=True, height=len(df)*25)
83
 
84
 
85
  def main():
 
79
  margin=dict(l=20, r=20, t=20, b=20)
80
  )
81
 
82
+ st.plotly_chart(fig, use_container_width=True, height=len(df)*35)
83
 
84
 
85
  def main():