Spaces:
Running
Running
Update wbs_diagram_generator.py
Browse files- wbs_diagram_generator.py +3 -0
wbs_diagram_generator.py
CHANGED
@@ -12,6 +12,9 @@ def generate_wbs_diagram(json_input: str, output_format: str) -> str:
|
|
12 |
json_input (str): A JSON string describing the WBS structure.
|
13 |
It must follow the Expected JSON Format Example below.
|
14 |
|
|
|
|
|
|
|
15 |
Expected JSON Format Example:
|
16 |
{
|
17 |
"project_title": "AI Model Development Project",
|
|
|
12 |
json_input (str): A JSON string describing the WBS structure.
|
13 |
It must follow the Expected JSON Format Example below.
|
14 |
|
15 |
+
output_format (str): The output format for the generated diagram.
|
16 |
+
Supported formats: "png" or "svg"
|
17 |
+
|
18 |
Expected JSON Format Example:
|
19 |
{
|
20 |
"project_title": "AI Model Development Project",
|