rosacastillo
commited on
Commit
·
61e1462
1
Parent(s):
691013f
final size adjustment maybe
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ with demo:
|
|
274 |
)
|
275 |
# Create the Seaborn bar plot
|
276 |
sns.set_theme(palette="viridis")
|
277 |
-
plt.figure(figsize=(
|
278 |
plot = sns.barplot(
|
279 |
tools_accuracy_info,
|
280 |
x="weighted_accuracy",
|
|
|
274 |
)
|
275 |
# Create the Seaborn bar plot
|
276 |
sns.set_theme(palette="viridis")
|
277 |
+
plt.figure(figsize=(25, 10))
|
278 |
plot = sns.barplot(
|
279 |
tools_accuracy_info,
|
280 |
x="weighted_accuracy",
|