Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with col1:
|
|
195 |
xaxis_title='Model',
|
196 |
yaxis_title='Count',
|
197 |
legend_title='Metric',
|
198 |
-
height=
|
199 |
)
|
200 |
|
201 |
# Show the plot using Streamlit
|
|
|
195 |
xaxis_title='Model',
|
196 |
yaxis_title='Count',
|
197 |
legend_title='Metric',
|
198 |
+
height=280
|
199 |
)
|
200 |
|
201 |
# Show the plot using Streamlit
|