Update app.py
Browse files
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="
|
| 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")
|