harishB97 commited on
Commit
44b70c5
·
verified ·
1 Parent(s): bcad850

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def display_tree():
137
 
138
  def traverse(node, depth=0, index=0):
139
 
140
- if depth >= 3:
141
  return
142
 
143
  if node not in nodes:
 
137
 
138
  def traverse(node, depth=0, index=0):
139
 
140
+ if depth >= 2:
141
  return
142
 
143
  if node not in nodes: