add pages

This commit is contained in:
BuffTechTalk
2024-12-14 00:30:03 -06:00
parent 5595571596
commit d6a166e9b2
32 changed files with 358 additions and 15 deletions

View File

@@ -1,8 +1,14 @@
import streamlit as st
from webpages.SendEmail import send_email
# # Example usage of the send_email function
# if __name__ == "__main__":
# send_email(
# sender_email="noreply@buffteks.org", # Sender's email address
# password="cidm4360fall2024@*", # Sender's email password
# to_email="REPLACE_WITH_RESIDENT_EMAIL", # Recipient's email address
# subject="Package Pickup Notification", # Subject of the email
# )
def testing():
st.title("Testing Page")
st.write("Testing Page")