abiswal commited on
Commit
d369ab3
·
1 Parent(s): 7fb3cda

fixing title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
51
  gr.HTML(
52
  """
53
  <div style="text-align: center;">
54
- <h1 style="font-size: 2.5rem; margin-bottom: 0.5rem;">Execution Accuracy Leaderboard</h1>
55
  <p style="font-size: 1.25rem; color: gray;">Comparing baseline approaches for structured data queries</p>
56
  </div>
57
  """
 
51
  gr.HTML(
52
  """
53
  <div style="text-align: center;">
54
+ <h1 style="font-size: 2.5rem; margin-bottom: 0.5rem;">TAG Leaderboard</h1>
55
  <p style="font-size: 1.25rem; color: gray;">Comparing baseline approaches for structured data queries</p>
56
  </div>
57
  """