Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def onSubmit(radio, scorebox):
|
|
| 79 |
results = f"{answer} is correct. Good job!" if radio==answer else f"Incorrect. The correct answer was {answer}."
|
| 80 |
scorebox = gr.Markdown(f"# Score: {score}")
|
| 81 |
|
| 82 |
-
return scorebox,
|
| 83 |
|
| 84 |
# the interface
|
| 85 |
with gr.Blocks() as demo:
|
|
|
|
| 79 |
results = f"{answer} is correct. Good job!" if radio==answer else f"Incorrect. The correct answer was {answer}."
|
| 80 |
scorebox = gr.Markdown(f"# Score: {score}")
|
| 81 |
|
| 82 |
+
return scorebox, output_column, results, input_column
|
| 83 |
|
| 84 |
# the interface
|
| 85 |
with gr.Blocks() as demo:
|