Spaces:
Running
Running
Update synoptic_chart_generator.py
Browse files
synoptic_chart_generator.py
CHANGED
@@ -98,7 +98,7 @@ def generate_synoptic_chart(json_input: str, output_format: str) -> str:
|
|
98 |
}
|
99 |
|
100 |
Returns:
|
101 |
-
str: The filepath to the generated
|
102 |
"""
|
103 |
try:
|
104 |
if not json_input.strip():
|
|
|
98 |
}
|
99 |
|
100 |
Returns:
|
101 |
+
str: The filepath to the generated image file.
|
102 |
"""
|
103 |
try:
|
104 |
if not json_input.strip():
|