rosacastillo commited on
Commit
61e1462
·
1 Parent(s): 691013f

final size adjustment maybe

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(20, 6))
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",