Update app.py
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ def clean_output(output):
|
|
333 |
line.startswith("User-specified functionality:") or
|
334 |
line.startswith("Functions identified by Gemini:") or
|
335 |
line.startswith("Qwen,") or
|
336 |
-
line.startswith("<")
|
337 |
line.startswith("Tasks:") or
|
338 |
line.startswith("'") or
|
339 |
line.strip() == "" # Exclude empty or irrelevant lines
|
|
|
333 |
line.startswith("User-specified functionality:") or
|
334 |
line.startswith("Functions identified by Gemini:") or
|
335 |
line.startswith("Qwen,") or
|
336 |
+
line.startswith("<") or
|
337 |
line.startswith("Tasks:") or
|
338 |
line.startswith("'") or
|
339 |
line.strip() == "" # Exclude empty or irrelevant lines
|