awacke1 commited on
Commit
78205d3
·
1 Parent(s): d91883e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ tree_top_radius = 4 # Assume a 4-inch radius at the top of the tree
14
  num_spiral_levels = 10 # Define the number of levels for the spiral
15
  spiral_circumferences = []
16
  for level in range(num_spiral_levels):
17
- st.markdown()
18
  height_ratio = level / (num_spiral_levels - 1)
19
  st.markdown(height_ratio)
20
  height = height_ratio * tree_height
 
14
  num_spiral_levels = 10 # Define the number of levels for the spiral
15
  spiral_circumferences = []
16
  for level in range(num_spiral_levels):
17
+ #st.markdown()
18
  height_ratio = level / (num_spiral_levels - 1)
19
  st.markdown(height_ratio)
20
  height = height_ratio * tree_height