Skip to content

Commit

Permalink
fix: StreamlitAPIException st.session_state.nemo_option
Browse files Browse the repository at this point in the history
  • Loading branch information
hanpham32 committed Nov 14, 2024
1 parent 432afee commit 4520c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main():
st.session_state["graph_type"] = graph_type
st.session_state["uploaded_file"] = uploaded_file
st.session_state["motif_size"] = motif_size
st.session_state["nemo_option"] = nemo_count_type
st.session_state["nemo_count_option"] = nemo_count_type
form_callback()
"""
[![Repo](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/hanpham32/NetMotif)
Expand Down

0 comments on commit 4520c65

Please sign in to comment.