mlabonne commited on
Commit
82d9707
1 Parent(s): 47913ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -170,7 +170,6 @@ def create_family_tree(start_model):
170
 
171
  # Determine node colors based on license
172
  node_colors = [get_license_color(node) for node in G.nodes()]
173
- clear_output()
174
 
175
  # Create a label mapping with line breaks
176
  labels = {node: node.replace("/", "\n") for node in G.nodes()}
 
170
 
171
  # Determine node colors based on license
172
  node_colors = [get_license_color(node) for node in G.nodes()]
 
173
 
174
  # Create a label mapping with line breaks
175
  labels = {node: node.replace("/", "\n") for node in G.nodes()}