Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ def display(x, y):
|
|
| 185 |
return subset_df
|
| 186 |
|
| 187 |
INTRODUCTION_TEXT = """
|
| 188 |
-
This is a copied space from
|
| 189 |
the results as table this space was modified to simply provides a gradio API interface.
|
| 190 |
Using the following python script below, users can access the full leaderboard data easily.
|
| 191 |
Python on how to access the data:
|
|
|
|
| 185 |
return subset_df
|
| 186 |
|
| 187 |
INTRODUCTION_TEXT = """
|
| 188 |
+
This is a copied space from LLM Trustworthy Leaderboard. Instead of displaying
|
| 189 |
the results as table this space was modified to simply provides a gradio API interface.
|
| 190 |
Using the following python script below, users can access the full leaderboard data easily.
|
| 191 |
Python on how to access the data:
|