Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,5 +27,5 @@ story_display = gr.Markdown(story)
|
|
| 27 |
inputs = [gr.Radio(label=q["question"], choices=q["options"]) for q in questions]
|
| 28 |
outputs = [gr.Textbox(label="Score"), gr.Textbox(label="Incorrect Answers")]
|
| 29 |
|
| 30 |
-
iface = gr.Interface(fn=quiz, inputs=inputs, outputs=outputs, description="
|
| 31 |
iface.launch(share=True)
|
|
|
|
| 27 |
inputs = [gr.Radio(label=q["question"], choices=q["options"]) for q in questions]
|
| 28 |
outputs = [gr.Textbox(label="Score"), gr.Textbox(label="Incorrect Answers")]
|
| 29 |
|
| 30 |
+
iface = gr.Interface(fn=quiz, inputs=inputs, outputs=outputs, description="The Lightkeeper's Lantern")
|
| 31 |
iface.launch(share=True)
|