Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
028b757
1
Parent(s):
8ac2e2e
Changing to HTML for collapsible?
Browse files
app.py
CHANGED
|
@@ -76,8 +76,8 @@ with gr.Blocks() as user_eval:
|
|
| 76 |
with gr.Row(equal_height = False, visible = False) as evals:
|
| 77 |
# Passage text
|
| 78 |
with gr.Column(scale = 2) as passages:
|
| 79 |
-
selection = gr.
|
| 80 |
-
|
| 81 |
""" + passage_texts[0])
|
| 82 |
line = gr.Markdown("---")
|
| 83 |
answers_text[answer_id] = "**" + answers_text[answer_id] + "**"
|
|
|
|
| 76 |
with gr.Row(equal_height = False, visible = False) as evals:
|
| 77 |
# Passage text
|
| 78 |
with gr.Column(scale = 2) as passages:
|
| 79 |
+
selection = gr.HTML("""
|
| 80 |
+
<h3> Retrieved Passage <h3>
|
| 81 |
""" + passage_texts[0])
|
| 82 |
line = gr.Markdown("---")
|
| 83 |
answers_text[answer_id] = "**" + answers_text[answer_id] + "**"
|