elibrowne commited on
Commit
aa10998
1 Parent(s): 8f41051
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ with gr.Blocks() as user_eval:
76
  answers_text[answer_id] = "**" + answers_text[answer_id] + "**"
77
  passage_display = gr.Markdown("""
78
  ### Question and Answer
79
- """ + question_text +
80
- """ \n
81
  """ + answers_text[0] +
82
  """ \n
83
  """ + answers_text[1] +
 
76
  answers_text[answer_id] = "**" + answers_text[answer_id] + "**"
77
  passage_display = gr.Markdown("""
78
  ### Question and Answer
79
+ *""" + question_text +
80
+ """ * \n
81
  """ + answers_text[0] +
82
  """ \n
83
  """ + answers_text[1] +