Scoll is nice but animation to cover bottom start
Browse files
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=
|
| 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
|