Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Dec 22, 2023
1 parent 12ad5bc commit 04ff1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_data_explorer/tde_streamlit/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def app(path, plots):
st.sidebar.text("")
st.sidebar.text("")

if path is "no_path":
if path == "no_path":
uploaded_file = st.sidebar.file_uploader("Load a search-data file:")
if uploaded_file is not None:
search_data = pd.read_csv(uploaded_file)
Expand Down

0 comments on commit 04ff1fc

Please sign in to comment.