Update app.py
Browse files
app.py
CHANGED
@@ -354,9 +354,9 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
354 |
'
|
355 |
3. Describe the functionality flow:
|
356 |
'
|
357 |
-
Functionality Flow:
|
358 |
-
<In point form, explain the
|
359 |
-
and
|
360 |
'
|
361 |
4. Generate detailed documentation for each function in the codebase:
|
362 |
'
|
|
|
354 |
'
|
355 |
3. Describe the functionality flow:
|
356 |
'
|
357 |
+
Functionality Flow of Control:
|
358 |
+
<In point form, explain the FLOW OF CONTROL for the enhanced description of the user-specified functionality. Make sure there is no empty line between this content
|
359 |
+
and 'Functionality Flow of Control'>
|
360 |
'
|
361 |
4. Generate detailed documentation for each function in the codebase:
|
362 |
'
|