|
gradio==4.44.0 |
|
Incorrect Example Output: |
|
## ## File Structure <- INCORRECT: AI used "## " instead of "# " |
|
## ```text <- INCORRECT |
|
## π Root <- INCORRECT (missing "# ") |
|
# # π Root <- INCORRECT: AI used "# # #" instead of "# " |
|
Instructions: |
|
- Use exactly `# # Space: [owner/project-name]` as the header (e.g., `user/my-app`). |
|
- Under `## File Structure`, start with `# π Root` followed by `# π` for each file, using exact icons and spacing. |
|
- For each file, use `# ### File: [filename]` followed by a code block where every line, including backticks (e.g., `# ```), language identifier (e.g., `# python`), and content (e.g., `# print("Hello")`), is prefixed with `# `. |
|
- For binary files, use `# [Binary file - size in bytes]` as content with no language identifier. |
|
- **Every line** must start with `# `, no exceptions, including empty lines within code blocks. |
|
- Provide accurate, functional code or content for each file, suitable for the projectβs purpose. |
|
- Ensure the output is concise, complete, and parseable to extract file structure and contents. |
|
- Output everything as a single plain text string within one code box. |