diff --git a/requirements.txt b/requirements.txt index 3f8cb5c96..ce026e494 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ streamlit-ace==0.1.1 streamlit-antd-components==0.3.2 streamlit_folium==0.23.0 wordcloud==1.9.3 -yfinance==0.2.43 \ No newline at end of file +yfinance==0.2.43 +geopy==2.4.1 \ No newline at end of file diff --git a/webpages/join_us.py b/webpages/join_us.py index 22d441fa7..76deec215 100644 --- a/webpages/join_us.py +++ b/webpages/join_us.py @@ -47,5 +47,4 @@ def join_us(): # send_email(sender_email="noreply@buffteks.org", password="cidm4360fall2024@*", to_email=wt_email, subject=f"Welcome to join ButtTeks, {full_name}!") # st.rerun() # return True - \ No newline at end of file