Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("# 📘
|
| 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 |
|