Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ def finish_or_retire(pages_json, current_page, pid, orig_lex, start_time, action
|
|
| 244 |
# ============================
|
| 245 |
|
| 246 |
with gr.Blocks() as demo:
|
| 247 |
-
gr.Markdown("# 📚 Reading Exercise
|
| 248 |
|
| 249 |
student_id_input = gr.Textbox(label="学生番号(必須)")
|
| 250 |
lexile_input = gr.Number(label="あなたの Reading Level(例: 3)", precision=0)
|
|
|
|
| 244 |
# ============================
|
| 245 |
|
| 246 |
with gr.Blocks() as demo:
|
| 247 |
+
gr.Markdown("# 📚 Reading Exercise")
|
| 248 |
|
| 249 |
student_id_input = gr.Textbox(label="学生番号(必須)")
|
| 250 |
lexile_input = gr.Number(label="あなたの Reading Level(例: 3)", precision=0)
|