Deevyankar commited on
Commit
8a4a27c
·
verified ·
1 Parent(s): b8ca44e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
70
  inputs=[
71
  gr.File(label="Upload Old PDF", type="binary"),
72
  gr.File(label="Upload New PDF", type="binary"),
73
- gr.File(label="Upload Learning Outcomes (.txt or .docx)", type="file")
74
  ],
75
  outputs="text",
76
  title="📚 Course Handout Comparator + LO Evaluator",
 
70
  inputs=[
71
  gr.File(label="Upload Old PDF", type="binary"),
72
  gr.File(label="Upload New PDF", type="binary"),
73
+ gr.File(label="Upload Learning Outcomes (.txt or .docx)", type="binary")
74
  ],
75
  outputs="text",
76
  title="📚 Course Handout Comparator + LO Evaluator",