diff --git a/generate_tx_models_html.py b/generate_tx_models_html.py index 749529a..592a6a0 100644 --- a/generate_tx_models_html.py +++ b/generate_tx_models_html.py @@ -94,6 +94,11 @@ html_struct = f""" body {{ background-color: #0000ff0d !important; }} + + .model-title > a {{ + color: initial !important; + text-decoration: none !important; + }} @@ -141,7 +146,7 @@ for model_name in models_list: print(f'{i}/{len(models_list)} -> {model_name}') - html_struct = html_struct + f'{model_name}' + html_struct = html_struct + f'{model_name}' # Get the concept images from the huggingface repo restricted = False