Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
70590fe
1
Parent(s):
db8fc2d
Only E5
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
267 |
load_current_question()
|
268 |
return {
|
269 |
selection: gr.Markdown("Advancing to the next question..."),
|
270 |
-
forward_btn: gr.Textbox("changed"),
|
271 |
eval_helps: gr.Slider(value = 0),
|
272 |
eval_satisfied: gr.Slider(value = 3)
|
273 |
}
|
|
|
267 |
load_current_question()
|
268 |
return {
|
269 |
selection: gr.Markdown("Advancing to the next question..."),
|
270 |
+
forward_btn: gr.Textbox("changed" + str(user_data["current"])), # current forces event to trigger always
|
271 |
eval_helps: gr.Slider(value = 0),
|
272 |
eval_satisfied: gr.Slider(value = 3)
|
273 |
}
|