Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
8062ecd
1
Parent(s):
280d303
State?
Browse files
app.py
CHANGED
@@ -505,11 +505,11 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
505 |
login: gr.Row(visible = False),
|
506 |
selection: gr.HTML("""
|
507 |
<h2> Retrieved Passage </h2>
|
508 |
-
<p> """ +
|
509 |
# when testing both ColBERT and E5, this was "top10_" + user_data["modes"][user_data["current"]][mode]][0]
|
510 |
passage_display: gr.Markdown("""
|
511 |
## Question and Answer
|
512 |
-
*""" +
|
513 |
"""* \n
|
514 |
+ """ + new_answers[0] +
|
515 |
""" \n
|
|
|
505 |
login: gr.Row(visible = False),
|
506 |
selection: gr.HTML("""
|
507 |
<h2> Retrieved Passage </h2>
|
508 |
+
<p> """ + new_q["top10_e5"][0] + "</p>"),
|
509 |
# when testing both ColBERT and E5, this was "top10_" + user_data["modes"][user_data["current"]][mode]][0]
|
510 |
passage_display: gr.Markdown("""
|
511 |
## Question and Answer
|
512 |
+
*""" + new_q["question"] +
|
513 |
"""* \n
|
514 |
+ """ + new_answers[0] +
|
515 |
""" \n
|