Amandeep01 commited on
Commit
4a01c06
·
verified ·
1 Parent(s): e0c78ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Dynamic Quiz Generator",
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