Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
35c466b
1
Parent(s):
2062515
fixed typo
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(theme=gr.themes.Default(
|
|
265 |
context_display = gr.HTML(value="Loading context...", label="Context Chunks")
|
266 |
|
267 |
gr.Markdown("---")
|
268 |
-
gr.Markdown("### 🔍 Compare Models - Are these
|
269 |
|
270 |
with gr.Row(elem_id="summary-containers"):
|
271 |
with gr.Column(scale=1):
|
|
|
265 |
context_display = gr.HTML(value="Loading context...", label="Context Chunks")
|
266 |
|
267 |
gr.Markdown("---")
|
268 |
+
gr.Markdown("### 🔍 Compare Models - Are these Grounded, Complete Answers or Correct Rejections?", elem_classes="section-heading")
|
269 |
|
270 |
with gr.Row(elem_id="summary-containers"):
|
271 |
with gr.Column(scale=1):
|