Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
a31c72c
1
Parent(s):
187d915
State?
Browse files
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(
|
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,
|