Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -238,7 +238,7 @@ def generate_legal_draft(case_text, uploaded_file, template_name, new_template_n
|
|
| 238 |
- Replicate the section hierarchy and style described in the template analysis.
|
| 239 |
- Ensure clarity, professionalism, and persuasive legal argumentation.
|
| 240 |
- Integrate legal context where appropriate with accurate citations.
|
| 241 |
-
- Output must be MARKDOWN only, no explanations or extra commentary.
|
| 242 |
"""
|
| 243 |
|
| 244 |
user_prompt = f"""
|
|
|
|
| 238 |
- Replicate the section hierarchy and style described in the template analysis.
|
| 239 |
- Ensure clarity, professionalism, and persuasive legal argumentation.
|
| 240 |
- Integrate legal context where appropriate with accurate citations.
|
| 241 |
+
- Output must be MARKDOWN format only, no explanations or extra commentary.
|
| 242 |
"""
|
| 243 |
|
| 244 |
user_prompt = f"""
|