Skip to content

Commit

Permalink
Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj committed Sep 3, 2022
1 parent ea7319a commit b8761f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion json-test02.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def plotlyDataByTopology(topology=None, mesh_opacity=0.5, mesh_color="lightgrey"
if 'faceList' not in st.session_state:
st.session_state['faceList'] = None
with st.sidebar:
st.image("https://topologic.app/wp-content/uploads/2018/10/Topologic-Logo-250x250.png",width=50)
if st.button('Reset'):
st.session_state['topology'] = None
json_file = st.file_uploader("", type="json", accept_multiple_files=False)
Expand Down

0 comments on commit b8761f0

Please sign in to comment.