Skip to content

Commit

Permalink
😁 Merge pull request #6 from gdagil/develop
Browse files Browse the repository at this point in the history
πŸ˜’ bugfix main
  • Loading branch information
gdagil authored Dec 13, 2022
2 parents dababca + de0e489 commit 7e1ccc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
with st.sidebar:
radius_1, radius_2, delta_z, num_of_slices, cyl_op, bord_op = Wframe_3d.st_text_menu_cone(st, lab="3")
lighting_effects = Wframe_3d.st_lighting_effects(st).dict(exclude={'r_c_steps'})
st.header(lighting_effects)
base = Figure(num_of_slices, height=delta_z, lighting_effects=lighting_effects)
cone = base.cone(delta_z, radius_1, radius_2, opacity=cyl_op)
circles = [
Expand Down

0 comments on commit 7e1ccc5

Please sign in to comment.