Skip to content

Commit

Permalink
Merge branch 'main' into color-picker-atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
dignojrteogalbo authored Apr 8, 2024
2 parents 39cf3ee + 7ce67b8 commit f839d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoVizzy/gv_ui/gv_ui/DisplayUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
newCube_button = Button(description='New Cube', layout=Layout(flex= '1', border='1px solid black'))
save_button = Button(description='Save', layout=Layout(flex= '1', border='1px solid black'))


# atom mesh globals
atom_meshes = []

Expand Down Expand Up @@ -116,6 +115,7 @@ def display_app():
mesh_box = VBox([accordion])
display(mesh_box)




elif selected_option == 'Color Options':
Expand Down

0 comments on commit f839d5c

Please sign in to comment.