Update app.py
Browse files
app.py
CHANGED
|
@@ -82,8 +82,8 @@ def grade(qp_file, ms_file, transcription):
|
|
| 82 |
|
| 83 |
|
| 84 |
# ---------- GRADIO APP ----------
|
| 85 |
-
with gr.Blocks(title="
|
| 86 |
-
gr.Markdown("##
|
| 87 |
|
| 88 |
with gr.Row():
|
| 89 |
qp_file = gr.File(label="Upload Question Paper (PDF)", type="filepath")
|
|
|
|
| 82 |
|
| 83 |
|
| 84 |
# ---------- GRADIO APP ----------
|
| 85 |
+
with gr.Blocks(title="LeadIB AI Grading") as demo:
|
| 86 |
+
gr.Markdown("## LeadIB AI Grading\nUpload exam documents to transcribe and grade student answers step by step.")
|
| 87 |
|
| 88 |
with gr.Row():
|
| 89 |
qp_file = gr.File(label="Upload Question Paper (PDF)", type="filepath")
|