Spaces:
Running
Running
Update process_flow_generator.py
Browse files
process_flow_generator.py
CHANGED
@@ -85,7 +85,7 @@ def generate_process_flow_diagram(json_input: str, output_format: str) -> str:
|
|
85 |
}
|
86 |
|
87 |
Returns:
|
88 |
-
str: The filepath to the generated
|
89 |
"""
|
90 |
try:
|
91 |
if not json_input.strip():
|
|
|
85 |
}
|
86 |
|
87 |
Returns:
|
88 |
+
str: The filepath to the generated image file.
|
89 |
"""
|
90 |
try:
|
91 |
if not json_input.strip():
|