Update concept_map_generator.py
Browse files- concept_map_generator.py +1 -1
concept_map_generator.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
from graph_generator_utils import add_nodes_and_edges
|
6 |
|
7 |
def generate_concept_map(json_input: str) -> str:
|
8 |
-
|
9 |
Generates a concept map from JSON input.
|
10 |
|
11 |
Args:
|
|
|
5 |
from graph_generator_utils import add_nodes_and_edges
|
6 |
|
7 |
def generate_concept_map(json_input: str) -> str:
|
8 |
+
"""
|
9 |
Generates a concept map from JSON input.
|
10 |
|
11 |
Args:
|