Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ async def find_solutions(requirements: ReqGroupingResponse):
|
|
| 133 |
cleaned = cleaned[7:]
|
| 134 |
if cleaned.startswith('```'):
|
| 135 |
cleaned = cleaned[3:]
|
| 136 |
-
if cleaned.endswith('```
|
| 137 |
cleaned = cleaned[:-3]
|
| 138 |
cleaned = cleaned.strip()
|
| 139 |
|
|
|
|
| 133 |
cleaned = cleaned[7:]
|
| 134 |
if cleaned.startswith('```'):
|
| 135 |
cleaned = cleaned[3:]
|
| 136 |
+
if cleaned.endswith('```'):
|
| 137 |
cleaned = cleaned[:-3]
|
| 138 |
cleaned = cleaned.strip()
|
| 139 |
|