From d11ccb8a32a80f8ff7497b941525fed679b9678e Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Thu, 2 Jun 2022 08:07:19 -0400 Subject: [PATCH] typo --- scripts/plotly_streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()