Spaces:
Runtime error
Runtime error
Commit ·
1ea2007
1
Parent(s): 3d49853
typo
Browse files- content.py +1 -1
content.py
CHANGED
|
@@ -30,7 +30,7 @@ def has_nan_values(df, columns):
|
|
| 30 |
def format_log(message):
|
| 31 |
return f'<div style="color: green;">{message}</div>'
|
| 32 |
|
| 33 |
-
TITLE = """<h1 align="center" id="space-title">CAIA(
|
| 34 |
INTRODUCTION_TEXT = """Issued by [Crypto AI benchmark Alliance(CAIBA)](https://www.caiba.ai/), CAIA is a benchmark which aims at evaluating LLM-based AI Agent in Crypto (agents with augmented capabilities due to added tooling, efficient prompting, access to search, etc).
|
| 35 |
|
| 36 |
## Data
|
|
|
|
| 30 |
def format_log(message):
|
| 31 |
return f'<div style="color: green;">{message}</div>'
|
| 32 |
|
| 33 |
+
TITLE = """<h1 align="center" id="space-title">CAIA(Crypto AI Agent) Leaderboard</h1>"""
|
| 34 |
INTRODUCTION_TEXT = """Issued by [Crypto AI benchmark Alliance(CAIBA)](https://www.caiba.ai/), CAIA is a benchmark which aims at evaluating LLM-based AI Agent in Crypto (agents with augmented capabilities due to added tooling, efficient prompting, access to search, etc).
|
| 35 |
|
| 36 |
## Data
|