rodrigomasini commited on
Commit
0cf87d2
1 Parent(s): a0b4ebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Python on how to access the data:
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