openhands openhands commited on
Commit
315feb4
·
1 Parent(s): ed6e90d

Update intro text: remove 'standardized' from 'we need ways'

Browse files
Files changed (1) hide show
  1. content.py +1 -1
content.py CHANGED
@@ -18,7 +18,7 @@ TITLE = """<h1 align="left" id="space-title">OpenHands Index</h1>"""
18
 
19
  INTRO_PARAGRAPH = """
20
  <p>
21
- The <strong>OpenHands Index</strong> is a comprehensive benchmark for evaluating AI coding agents across real-world software engineering tasks. As agents become more capable, we need standardized ways to measure their performance across diverse challenges, from fixing bugs to building applications.
22
  </p>
23
 
24
 
 
18
 
19
  INTRO_PARAGRAPH = """
20
  <p>
21
+ The <strong>OpenHands Index</strong> is a comprehensive benchmark for evaluating AI coding agents across real-world software engineering tasks. As agents become more capable, we need ways to measure their performance across diverse challenges, from fixing bugs to building applications.
22
  </p>
23
 
24