ror HF Staff commited on
Commit
c8a335c
·
1 Parent(s): 3498588

Scoll is nice but animation to cover bottom start

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def plot_model_stats(model_name: str) -> tuple[plt.Figure, str, str]:
146
 
147
  # Add central shared title for model name
148
  fig.suptitle(f'{model_name.lower()}',
149
- fontsize=18, weight='normal', color='#CCCCCC',
150
  fontfamily='monospace', y=0.95)
151
 
152
  # Clean layout with padding and space for central title
 
146
 
147
  # Add central shared title for model name
148
  fig.suptitle(f'{model_name.lower()}',
149
+ fontsize=32, weight='normal', color='#CCCCCC',
150
  fontfamily='monospace', y=0.95)
151
 
152
  # Clean layout with padding and space for central title