Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,9 @@ 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 |
|
117 |
# --- Main Application Tabs ---
|
118 |
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 |
|
118 |
# --- Main Application Tabs ---
|
119 |
with gr.Tabs():
|