Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,6 @@ def create_family_tree(start_model):
|
|
138 |
|
139 |
# Determine node colors based on license
|
140 |
node_colors = [get_license_color(node) for node in G.nodes()]
|
141 |
-
clear_output()
|
142 |
|
143 |
# Create a label mapping with line breaks
|
144 |
labels = {node: node.replace("/", "\n") for node in G.nodes()}
|
|
|
138 |
|
139 |
# Determine node colors based on license
|
140 |
node_colors = [get_license_color(node) for node in G.nodes()]
|
|
|
141 |
|
142 |
# Create a label mapping with line breaks
|
143 |
labels = {node: node.replace("/", "\n") for node in G.nodes()}
|