elibrowne commited on
Commit
287ff70
1 Parent(s): d3b1f31

Temporary user profile

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -150,6 +150,8 @@ with gr.Blocks(theme = theme) as user_eval:
150
  selection = gr.HTML("""
151
  <h2> Retrieved Passage </h2>
152
  <p> """ + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][0] + "</p>")
 
 
153
  line = gr.Markdown("---")
154
  # New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
155
  new_answers = current_question["answers"].copy()
 
150
  selection = gr.HTML("""
151
  <h2> Retrieved Passage </h2>
152
  <p> """ + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][0] + "</p>")
153
+ print(step)
154
+ print(user_data["modes"][user_data["current"]][mode])
155
  line = gr.Markdown("---")
156
  # New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
157
  new_answers = current_question["answers"].copy()