Skip to content

Commit

Permalink
fix: streamlitapiexception for nemo_option
Browse files Browse the repository at this point in the history
  • Loading branch information
hanpham32 committed Nov 13, 2024
1 parent b4ac213 commit 0273c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def main():
st.session_state["uploaded_file"] = None
if "prev_uploaded_file" not in st.session_state:
st.session_state["prev_uploaded_file"] = None
if "nemo_option" not in st.session_state:
st.session_state["nemo_option"] = None

uploaded_file = st.file_uploader("Upload a file")
if uploaded_file:
Expand Down

0 comments on commit 0273c73

Please sign in to comment.