Jerrycool commited on
Commit
6fc2225
·
verified ·
1 Parent(s): 041df29

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -25,7 +25,7 @@ TITLE = """<h1 id="main-leaderboard-title" align="center">🏆 MLE-Dojo Benchmar
25
 
26
  # Use standard Markdown or wrap in a div with a class
27
  INTRODUCTION_TEXT = """
28
- <div class="introduction-section">
29
  <p>MLE-Dojo is a Gym-style framework for systematically training, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows.</p>
30
  <p>This leaderboard presents Elo rankings for various models across key MLE task categories.</p>
31
  </div>
 
25
 
26
  # Use standard Markdown or wrap in a div with a class
27
  INTRODUCTION_TEXT = """
28
+ <div id="intro" class="introduction-section">
29
  <p>MLE-Dojo is a Gym-style framework for systematically training, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows.</p>
30
  <p>This leaderboard presents Elo rankings for various models across key MLE task categories.</p>
31
  </div>