Toya0421 commited on
Commit
6293ab2
·
verified ·
1 Parent(s): 86511bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def next_step(prev_level, user_answer, question_text, passage_text, start_time,
180
 
181
  # --- Gradio UI ---
182
  with gr.Blocks() as demo:
183
- gr.Markdown("# 📘 Adaptive Reading Level Test (Lexile-based)")
184
 
185
  start_btn = gr.Button("▶️ Start Test")
186
 
 
180
 
181
  # --- Gradio UI ---
182
  with gr.Blocks() as demo:
183
+ gr.Markdown("# 📘 Lexile Level Test")
184
 
185
  start_btn = gr.Button("▶️ Start Test")
186