Spaces:
Running
Running
Update website_texts.py
Browse files- website_texts.py +1 -1
website_texts.py
CHANGED
@@ -3,7 +3,7 @@ from __future__ import annotations
|
|
3 |
TITLE = """<h1 align="center" id="space-title">TabArena Leaderboard for Predictive Machine Learning on IID Tabular Data</h1>"""
|
4 |
INTRODUCTION_TEXT = """
|
5 |
TabArena is a living benchmark system for predictive machine learning on tabular data.
|
6 |
-
The goal of TabArena and its leaderboard is to
|
7 |
model-specific pipelines.
|
8 |
"""
|
9 |
|
|
|
3 |
TITLE = """<h1 align="center" id="space-title">TabArena Leaderboard for Predictive Machine Learning on IID Tabular Data</h1>"""
|
4 |
INTRODUCTION_TEXT = """
|
5 |
TabArena is a living benchmark system for predictive machine learning on tabular data.
|
6 |
+
The goal of TabArena and its leaderboard is to assess the peak performance of
|
7 |
model-specific pipelines.
|
8 |
"""
|
9 |
|