diff --git a/scripts/plotly_streamlit.py b/scripts/plotly_streamlit.py index 6b993e2..d555e48 100755 --- a/scripts/plotly_streamlit.py +++ b/scripts/plotly_streamlit.py @@ -328,7 +328,7 @@ if daily == False: df_unknown= pd.DataFrame({"Sci_Name":["UNKNOWN"],"Com_Name":["UNKNOWN"]}) df_names = pd.concat([df_unknown,df_names], ignore_index=True) with cold: - corrected = st.selectbox('What specie?', df_names['Com_Name']) + corrected = st.selectbox('What species?', df_names['Com_Name']) # cur.execute("UPDATE detections SET Seen = seen WHERE File_Name = recording") # con.commit() # con.close()