Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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",
|