atz21 commited on
Commit
33bf00f
·
verified ·
1 Parent(s): 7aaa8eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def grade(qp_file, ms_file, transcription):
82
 
83
 
84
  # ---------- GRADIO APP ----------
85
- with gr.Blocks(title="📘 AI Teacher Assistant") as demo:
86
- gr.Markdown("## 📘 AI Teacher Assistant\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")
 
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")