Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj committed Sep 3, 2022
1 parent 8c96cdc commit c2859dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions json-test02.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ def reset():
st.subheader("Upload Topologic JSON MK1 File")

# Initialize
c = None
if 'topology' not in st.session_state:
st.session_state['topology'] = c
st.session_state['topology'] = None

st.button("Reset", on_click=reset(), disabled=False)
json_file = st.file_uploader("", type="json", accept_multiple_files=False)
Expand Down

0 comments on commit c2859dc

Please sign in to comment.