Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
62362ae
1
Parent(s):
e26395e
State?
Browse files
app.py
CHANGED
@@ -407,7 +407,9 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
407 |
}
|
408 |
def answer_b(cr):
|
409 |
# cr = current_response
|
|
|
410 |
cr["user_answer"] = 1
|
|
|
411 |
return {
|
412 |
question: gr.Row(visible = False),
|
413 |
evals: gr.Row(visible = True),
|
|
|
407 |
}
|
408 |
def answer_b(cr):
|
409 |
# cr = current_response
|
410 |
+
print(cr)
|
411 |
cr["user_answer"] = 1
|
412 |
+
print(cr)
|
413 |
return {
|
414 |
question: gr.Row(visible = False),
|
415 |
evals: gr.Row(visible = True),
|