Spaces:
Running
Running
fixing title
Browse files
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;">
|
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 |
"""
|