ahmadsanafarooq commited on
Commit
b5c0220
·
verified ·
1 Parent(s): 5cdb4ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with st.sidebar:
33
  tavily_key = os.getenv("TAVILY_API_KEY")
34
 
35
  with st.expander("📧 Email Settings (SMTP)", expanded=True):
36
- sender_email = st.text_input("Your Gmail Address", value="ahmadsanafarooq@gmail.com")
37
  app_password = st.text_input("App Password", type="password")
38
 
39
  thread_id = st.text_input("Session ID", value="global_user_1")
 
33
  tavily_key = os.getenv("TAVILY_API_KEY")
34
 
35
  with st.expander("📧 Email Settings (SMTP)", expanded=True):
36
+ sender_email = st.text_input("Your Gmail Address", value="")
37
  app_password = st.text_input("App Password", type="password")
38
 
39
  thread_id = st.text_input("Session ID", value="global_user_1")