File size: 1,179 Bytes
daa27f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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. |