Spaces:
Running
Running
Update entity_relationship_generator.py
Browse files
entity_relationship_generator.py
CHANGED
@@ -423,7 +423,7 @@ def generate_entity_relationship_diagram(json_input: str, output_format: str) ->
|
|
423 |
}
|
424 |
|
425 |
Returns:
|
426 |
-
str: The filepath to the generated
|
427 |
"""
|
428 |
try:
|
429 |
if not json_input.strip():
|
|
|
423 |
}
|
424 |
|
425 |
Returns:
|
426 |
+
str: The filepath to the generated image file.
|
427 |
"""
|
428 |
try:
|
429 |
if not json_input.strip():
|