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