testapp / requirements.txt
opex792's picture
Initial Space setup of opex792/testapp via Builder
daa27f9 verified
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.