LennartPurucker commited on
Commit
4fda28d
·
verified ·
1 Parent(s): a1a65ad

Update website_texts.py

Browse files
Files changed (1) hide show
  1. 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 asses the peak performance of
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