Spaces:
Running
Running
Update network_graph_generator.py
Browse files
network_graph_generator.py
CHANGED
@@ -57,7 +57,7 @@ def generate_network_graph(json_input: str, output_format: str) -> str:
|
|
57 |
}
|
58 |
|
59 |
Returns:
|
60 |
-
str: The filepath to the generated
|
61 |
"""
|
62 |
try:
|
63 |
if not json_input.strip():
|
|
|
57 |
}
|
58 |
|
59 |
Returns:
|
60 |
+
str: The filepath to the generated image file.
|
61 |
"""
|
62 |
try:
|
63 |
if not json_input.strip():
|