Spaces:
Sleeping
Sleeping
elibrowne
commited on
Commit
·
8c48d51
1
Parent(s):
8062ecd
State?
Browse files
app.py
CHANGED
@@ -518,11 +518,11 @@ with gr.Blocks(theme = theme) as user_eval:
|
|
518 |
+ """ + new_answers[2] +
|
519 |
""" \n
|
520 |
+ """ + new_answers[3]),
|
521 |
-
q_text: gr.Markdown(
|
522 |
-
a: gr.Button(
|
523 |
-
b: gr.Button(
|
524 |
-
c: gr.Button(
|
525 |
-
d: gr.Button(
|
526 |
user_id: user_id,
|
527 |
user_data: loaded_data,
|
528 |
current_question: new_q
|
|
|
518 |
+ """ + new_answers[2] +
|
519 |
""" \n
|
520 |
+ """ + new_answers[3]),
|
521 |
+
q_text: gr.Markdown(new_q["question"]),
|
522 |
+
a: gr.Button(new_q["answers"][0]),
|
523 |
+
b: gr.Button(new_q["answers"][1]),
|
524 |
+
c: gr.Button(new_q["answers"][2]),
|
525 |
+
d: gr.Button(new_q["answers"][3]),
|
526 |
user_id: user_id,
|
527 |
user_data: loaded_data,
|
528 |
current_question: new_q
|