Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|