Skip to content

Commit

Permalink
bugfix main
Browse files Browse the repository at this point in the history
  • Loading branch information
gdagil committed Dec 13, 2022
1 parent 30305b0 commit de0e489
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 de0e489

Please sign in to comment.