mohammed3536 commited on
Commit
3b44309
·
verified ·
1 Parent(s): 03c2f98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def evaluate_quiz(quiz_responses, correct_answers):
41
  iface = gr.Interface(
42
  fn=generate_quiz,
43
  inputs=[
44
- gr.TextInput("text", label="Quiz Name"),
45
  gr.File("pdf", label="Upload PDF Document"),
46
  gr.Number("number", label="Number of Questions"),
47
  gr.Textbox("text", label="Topics or Categories (comma-separated)"),
 
41
  iface = gr.Interface(
42
  fn=generate_quiz,
43
  inputs=[
44
+ gr.Textbox("text", label="Quiz Name"),
45
  gr.File("pdf", label="Upload PDF Document"),
46
  gr.Number("number", label="Number of Questions"),
47
  gr.Textbox("text", label="Topics or Categories (comma-separated)"),