Spaces:
Running
Running
| block_css = """ | |
| #title_markdown * { | |
| font-size: 125% !important; | |
| font-weight: bold; | |
| text-align: center; | |
| margin-bottom: 12px; | |
| } | |
| #subtitle_markdown * { | |
| font-size: 110% !important; | |
| font-weight: bold; | |
| text-align: left; | |
| margin-bottom: 2px; | |
| } | |
| #intro_markdown * { | |
| font-size: 102% !important; | |
| line-height: 1.2; | |
| } | |
| #model_description_markdown * { | |
| font-size: 102% !important; | |
| } | |
| #model_description_markdown th { | |
| display: none; | |
| } | |
| #model_description_markdown tr { | |
| border: none !important; | |
| } | |
| #model_description_markdown table, | |
| #model_description_markdown td { | |
| font-size: 100% !important; | |
| border: none !important; | |
| outline: none !important; | |
| box-shadow: none !important; | |
| background: none !important; | |
| padding-top: 6px; | |
| padding-bottom: 6px; | |
| } | |
| #evaldim_markdown * { | |
| font-size: 102% !important; | |
| line-height: 1.4; | |
| } | |
| #citation_markdown { | |
| font-size: 100%; | |
| } | |
| #ack_markdown { | |
| font-size: 100%; | |
| } | |
| #leaderboard_markdown { | |
| font-size: 110% | |
| } | |
| #leaderboard_markdown td { | |
| padding-top: 6px; | |
| padding-bottom: 6px; | |
| } | |
| #leaderboard_dataframe td { | |
| line-height: 0.1em; | |
| font-weight: bold; | |
| } | |
| #input_box textarea { | |
| font-weight: bold; | |
| font-size: 125%; | |
| } | |
| footer { | |
| display:none !important | |
| } | |
| """ |