broadfield-dev commited on
Commit
cccd314
·
verified ·
1 Parent(s): b3787f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def main_ui():
52
  Generate program files for a project as a single plain text string, strictly adhering to the markdown format below. **Every single line**, including backticks, language identifiers, file content, and empty lines, **must** be prefixed with '# ' to comment it out. This is critical to avoid code box interference. The output must include a complete file structure and the contents of each file, with all necessary code and configurations for a functional project. **Do not deviate from this format under any circumstances.**
53
 
54
  # Format (exact return format with single leading "# "):
55
- ```markdown
56
  # # Space: [owner/project-name]
57
  # ## File Structure
58
  # ```
 
52
  Generate program files for a project as a single plain text string, strictly adhering to the markdown format below. **Every single line**, including backticks, language identifiers, file content, and empty lines, **must** be prefixed with '# ' to comment it out. This is critical to avoid code box interference. The output must include a complete file structure and the contents of each file, with all necessary code and configurations for a functional project. **Do not deviate from this format under any circumstances.**
53
 
54
  # Format (exact return format with single leading "# "):
55
+ ```plaintext
56
  # # Space: [owner/project-name]
57
  # ## File Structure
58
  # ```