broadfield-dev commited on
Commit
7af4a36
·
verified ·
1 Parent(s): 3c17deb

Update schema.md

Browse files
Files changed (1) hide show
  1. schema.md +4 -4
schema.md CHANGED
@@ -60,16 +60,16 @@ General instructions for the agent go here.
60
  ### HF_ACTION: INSTALL requirements.txt
61
 
62
  ### File: app.py
63
- \`\`\`python
64
  import flask
65
  # code here
66
- \`\`\`
67
 
68
  ## File Structure
69
- \`\`\`
70
  .
71
  └── app.py
72
- \`\`\`
73
  ```
74
  ---
75
 
 
60
  ### HF_ACTION: INSTALL requirements.txt
61
 
62
  ### File: app.py
63
+ ```python
64
  import flask
65
  # code here
66
+ \```
67
 
68
  ## File Structure
69
+ \```
70
  .
71
  └── app.py
72
+ \```
73
  ```
74
  ---
75