6 lines
110 B
Python
6 lines
110 B
Python
import streamlit as st
|
|
from webpages.SendEmail import send_email
|
|
|
|
def testing():
|
|
st.write("Testing Page")
|