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.