Spaces:
Running
Running
Update app.py
Browse files
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)
|