Spaces:
Runtime error
Runtime error
revert to matplotlib
Browse files
gen.py
CHANGED
|
@@ -111,4 +111,4 @@ def generate(event):
|
|
| 111 |
return f"Error: Invalid JSON - {e}"
|
| 112 |
|
| 113 |
else:
|
| 114 |
-
return "Error: <json> or </json> not found in generated output"
|
|
|
|
| 111 |
return f"Error: Invalid JSON - {e}"
|
| 112 |
|
| 113 |
else:
|
| 114 |
+
return "Error: <json> or </json> not found in generated output"
|