Spaces:
Running
Running
Update concept_map_generator.py
Browse files- concept_map_generator.py +1 -1
concept_map_generator.py
CHANGED
|
@@ -182,7 +182,7 @@ def generate_concept_map(json_input: str, output_format: str) -> str:
|
|
| 182 |
}
|
| 183 |
|
| 184 |
Returns:
|
| 185 |
-
str: The filepath to the generated
|
| 186 |
"""
|
| 187 |
try:
|
| 188 |
if not json_input.strip():
|
|
|
|
| 182 |
}
|
| 183 |
|
| 184 |
Returns:
|
| 185 |
+
str: The filepath to the generated image file.
|
| 186 |
"""
|
| 187 |
try:
|
| 188 |
if not json_input.strip():
|