elibrowne commited on
Commit
4904800
·
1 Parent(s): 8c58af0

Load data after login

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -141,7 +141,6 @@ with gr.Blocks(theme = theme) as user_eval:
141
  <p> " + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][0] + "</p>")
142
  """
143
  print(step)
144
- print(user_data["modes"][user_data["current"]][mode])
145
  line = gr.Markdown("---")
146
  # New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
147
  # new_answers = current_question["answers"].copy()
 
141
  <p> " + current_question["top10_" + user_data["modes"][user_data["current"]][mode]][0] + "</p>")
142
  """
143
  print(step)
 
144
  line = gr.Markdown("---")
145
  # New answers is able to render the Q and A with formatting. It doesn't change the contents of the answers.
146
  # new_answers = current_question["answers"].copy()