Spaces:
Paused
Paused
Update schema.md
Browse files
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 |
-
|
| 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 |
|