Skip to content

Commit

Permalink
clean whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Jan 30, 2024
1 parent 39c5ad4 commit c17ac74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ def obtain_vsw(body_list, date):
st.sidebar.radio("Plot symbol style", ["Letters", "Numbers", "Squares"], index=1, key='def_markers', horizontal=True)
# st.session_state["plot_nr"] = [1] if st.session_state.def_numbered else [0]
st.session_state["plot_markers"] = [st.session_state.def_markers]



if ("long_offset" in query_params):
st.session_state.def_long_offset = int(st.session_state["long_offset"][0])
Expand Down

0 comments on commit c17ac74

Please sign in to comment.