Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
•
f2c0ef6
1
Parent(s):
aa10998
Bug fix
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as user_eval:
|
|
77 |
passage_display = gr.Markdown("""
|
78 |
### Question and Answer
|
79 |
*""" + question_text +
|
80 |
-
"""
|
81 |
""" + answers_text[0] +
|
82 |
""" \n
|
83 |
""" + answers_text[1] +
|
|
|
77 |
passage_display = gr.Markdown("""
|
78 |
### Question and Answer
|
79 |
*""" + question_text +
|
80 |
+
"""* \n
|
81 |
""" + answers_text[0] +
|
82 |
""" \n
|
83 |
""" + answers_text[1] +
|