elibrowne commited on
Commit
a31c72c
·
1 Parent(s): 187d915
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -379,7 +379,7 @@ with gr.Blocks(theme = theme) as user_eval:
379
  cq, cr = load_current_question(ud, user_id)
380
  return {
381
  selection: gr.Markdown("Advancing to the next question..."),
382
- forward_btn: gr.Textbox("changed" + str(user_data["current"])), # current forces event to trigger always
383
  eval_helps: gr.Slider(value = 0),
384
  eval_satisfied: gr.Slider(value = 3),
385
  step: 0,
 
379
  cq, cr = load_current_question(ud, user_id)
380
  return {
381
  selection: gr.Markdown("Advancing to the next question..."),
382
+ forward_btn: gr.Textbox("changed" + str(ud["current"])), # current forces event to trigger always
383
  eval_helps: gr.Slider(value = 0),
384
  eval_satisfied: gr.Slider(value = 3),
385
  step: 0,