ZahirJS commited on
Commit
024bbe5
·
verified ·
1 Parent(s): 8d3a882

Update process_flow_generator.py

Browse files
Files changed (1) hide show
  1. process_flow_generator.py +1 -1
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 PNG image file.
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():