prthm11 commited on
Commit
b34fd4f
·
verified ·
1 Parent(s): 0eebd68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1078,6 +1078,7 @@ If you find any "Code-Blocks" then,
1078
 
1079
  3. **Pseudo‑code formatting**:
1080
  - Represent each block or nested block on its own line.
 
1081
  - **Indent nested blocks by 4 spaces under their parent (`forever`, `if`, etc.).This is a critical requirement.**
1082
  - No comments or explanatory text—just the block sequence.
1083
  - a natural language breakdown of each step taken after the event, formatted as a multi-line string representing pseudo-code. Ensure clarity and granularity—each described action should map closely to a Scratch block or tight sequence.
 
1078
 
1079
  3. **Pseudo‑code formatting**:
1080
  - Represent each block or nested block on its own line.
1081
+ - Auto-correct invalid OCR phrases to valid Scratch 3.0 block names using the **Scratch 3.0 Block Reference** above.
1082
  - **Indent nested blocks by 4 spaces under their parent (`forever`, `if`, etc.).This is a critical requirement.**
1083
  - No comments or explanatory text—just the block sequence.
1084
  - a natural language breakdown of each step taken after the event, formatted as a multi-line string representing pseudo-code. Ensure clarity and granularity—each described action should map closely to a Scratch block or tight sequence.