Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ iface = gr.Interface(
|
|
| 48 |
fn=generate_quiz,
|
| 49 |
inputs=gr.Textbox(placeholder="Enter a topic for 10th standard 'Geography', 'Science', 'Math', or custom like 'Glacier'", label="Topic"),
|
| 50 |
outputs=gr.JSON(label="Quiz Questions"),
|
| 51 |
-
title="
|
| 52 |
description="Enter a topic and get a quiz. If the topic is not predefined, custom questions will be generated."
|
| 53 |
)
|
| 54 |
|
|
|
|
| 48 |
fn=generate_quiz,
|
| 49 |
inputs=gr.Textbox(placeholder="Enter a topic for 10th standard 'Geography', 'Science', 'Math', or custom like 'Glacier'", label="Topic"),
|
| 50 |
outputs=gr.JSON(label="Quiz Questions"),
|
| 51 |
+
title="Particular Subjectwise Quiz Generator",
|
| 52 |
description="Enter a topic and get a quiz. If the topic is not predefined, custom questions will be generated."
|
| 53 |
)
|
| 54 |
|