Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)*
|
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)*25)
|
83 |
|
84 |
|
85 |
def main():
|