Skip to content

Commit 7e1ccc5

Browse files
authored
๐Ÿ˜ Merge pull request #6 from gdagil/develop
๐Ÿ˜’ bugfix main
2 parents dababca + de0e489 commit 7e1ccc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

โ€Žapp/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
with st.sidebar:
6363
radius_1, radius_2, delta_z, num_of_slices, cyl_op, bord_op = Wframe_3d.st_text_menu_cone(st, lab="3")
6464
lighting_effects = Wframe_3d.st_lighting_effects(st).dict(exclude={'r_c_steps'})
65-
st.header(lighting_effects)
6665
base = Figure(num_of_slices, height=delta_z, lighting_effects=lighting_effects)
6766
cone = base.cone(delta_z, radius_1, radius_2, opacity=cyl_op)
6867
circles = [

0 commit comments

Comments
ย (0)