Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ INTRODUCTION_TEXT = """
|
|
| 232 |
This is a copied space from Open LLM Leaderboard. Instead of displaying
|
| 233 |
the results as table this space was modified to simply provides a gradio API interface.
|
| 234 |
Using the following python script below, users can access the full leaderboard data easily.
|
| 235 |
-
|
| 236 |
# Import dependencies
|
| 237 |
from gradio_client import Client
|
| 238 |
|
|
|
|
| 232 |
This is a copied space from Open LLM Leaderboard. Instead of displaying
|
| 233 |
the results as table this space was modified to simply provides a gradio API interface.
|
| 234 |
Using the following python script below, users can access the full leaderboard data easily.
|
| 235 |
+
```python
|
| 236 |
# Import dependencies
|
| 237 |
from gradio_client import Client
|
| 238 |
|