Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,9 @@ def generate_guide_section(file_path, file_content, guide_type, gemini_api_key):
|
|
79 |
4. Expected outcomes or results for the user
|
80 |
|
81 |
Important formatting instructions:
|
82 |
-
- The output should be in plain text no markdown
|
83 |
- Use clear section titles
|
84 |
-
- Number each step within sections
|
85 |
- Explain the purpose and benefit of each feature for non-technical users
|
86 |
- This is an end user manual, not a system administration manual so focus on the end user components
|
87 |
"""
|
@@ -99,9 +99,9 @@ def generate_guide_section(file_path, file_content, guide_type, gemini_api_key):
|
|
99 |
4. Best practices for managing and maintaining this part of the system
|
100 |
|
101 |
Important formatting instructions:
|
102 |
-
- The output should be in plain text no markdown
|
103 |
- Use clear section titles that has the name of the file in parenthesis
|
104 |
-
- Number each step within sections
|
105 |
- Explain the purpose and implications of each component
|
106 |
"""
|
107 |
|
|
|
79 |
4. Expected outcomes or results for the user
|
80 |
|
81 |
Important formatting instructions:
|
82 |
+
- The output should be in plain text no markdown for example no * ** or # ##,
|
83 |
- Use clear section titles
|
84 |
+
- Number each step within sections for example 1.0, 1.1, 1.2, 1.3
|
85 |
- Explain the purpose and benefit of each feature for non-technical users
|
86 |
- This is an end user manual, not a system administration manual so focus on the end user components
|
87 |
"""
|
|
|
99 |
4. Best practices for managing and maintaining this part of the system
|
100 |
|
101 |
Important formatting instructions:
|
102 |
+
- The output should be in plain text no markdown for example no * ** or # ##,
|
103 |
- Use clear section titles that has the name of the file in parenthesis
|
104 |
+
- Number each step within sections for example 1.0, 1.1, 1.2, 1.3
|
105 |
- Explain the purpose and implications of each component
|
106 |
"""
|
107 |
|