Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,7 +277,7 @@ def parse_analyst_output(raw_output):
|
|
| 277 |
if line.startswith("Category:"):
|
| 278 |
current_category = line.replace("Category:", "").strip()
|
| 279 |
elif line.startswith("Values:"):
|
| 280 |
-
continue
|
| 281 |
elif line and current_category:
|
| 282 |
structured_data.append({
|
| 283 |
"Category": current_category,
|
|
|
|
| 277 |
if line.startswith("Category:"):
|
| 278 |
current_category = line.replace("Category:", "").strip()
|
| 279 |
elif line.startswith("Values:"):
|
| 280 |
+
continue
|
| 281 |
elif line and current_category:
|
| 282 |
structured_data.append({
|
| 283 |
"Category": current_category,
|