broadfield-dev commited on
Commit
3c21868
·
verified ·
1 Parent(s): 996229b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,7 +111,8 @@ Generate program files for a project as a single plain text string, strictly adh
111
  - Provide accurate, functional code or content for each file, suitable for the project’s purpose.
112
  - Ensure the output is concise, complete, and parseable to extract file structure and contents.
113
  - Output everything as a single plain text string within one code box.
114
- """```)
 
115
 
116
  # --- Main Application Tabs ---
117
  with gr.Tabs():
 
111
  - Provide accurate, functional code or content for each file, suitable for the project’s purpose.
112
  - Ensure the output is concise, complete, and parseable to extract file structure and contents.
113
  - Output everything as a single plain text string within one code box.
114
+ """
115
+ ```)
116
 
117
  # --- Main Application Tabs ---
118
  with gr.Tabs():