JSenkCC commited on
Commit
9719897
·
verified ·
1 Parent(s): 218964f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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