Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
560782b
1
Parent(s):
6c36dd2
Added instructions
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ user_id = "NO_ID"
|
|
77 |
|
78 |
with gr.Blocks() as user_eval:
|
79 |
# Title text introducing study
|
80 |
-
gr.
|
81 |
-
|
82 |
-
Score the passages based on the question and provided answer choices.
|
83 |
""")
|
84 |
|
85 |
# Passages and user evaluations thereof
|
|
|
77 |
|
78 |
with gr.Blocks() as user_eval:
|
79 |
# Title text introducing study
|
80 |
+
gr.HTML("""
|
81 |
+
<h1> Legal Retriever Evaluation Study </h1>
|
82 |
+
<p> Score the passages based on the question and provided answer choices. Detailed instructions are found <a href="https://docs.google.com/document/d/1ReODJ0hlXz_M3kE2UG1cwSRVoyDLQo88OvG71Gt8lUQ/edit?usp=sharing" target="_blank">here</a>. </p>
|
83 |
""")
|
84 |
|
85 |
# Passages and user evaluations thereof
|