Skip to content

Commit

Permalink
fix: cleanup after reconnect #15
Browse files Browse the repository at this point in the history
fix: cleanup after reconnect
  • Loading branch information
wey-gu committed Sep 5, 2023
2 parents 31b7f1f + 8c549ae commit af05cde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nebulagraph-gephi-exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ def get_gephi_graph(g) -> None:
st.session_state.space_name_list = spaces_df["Name"].tolist()
# st.sidebar.dataframe(st.session_state.space_name_list)
persist("space_name")
# clear all results
st.session_state.results = None
st.session_state.result_dfs = None
st.session_state.g = None
st.session_state.excuted_clicked = False

# main page

Expand Down

0 comments on commit af05cde

Please sign in to comment.