Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def copy_to_clipboard(text):
|
|
| 110 |
def feedback_email(name, email, feedback):
|
| 111 |
"""Sends feedback via email."""
|
| 112 |
EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
|
| 113 |
-
EMAIL_PASSWORD = os.getenv("
|
| 114 |
print(f"EMAIL_ADDRESS: {os.getenv('EMAIL_ADDRESS')}")
|
| 115 |
print(f"EMAIL_PASSWORD: {os.getenv('EMAIL_PASSWORD')}")
|
| 116 |
SMTP_SERVER = "smtp.office365.com"
|
|
|
|
| 110 |
def feedback_email(name, email, feedback):
|
| 111 |
"""Sends feedback via email."""
|
| 112 |
EMAIL_ADDRESS = os.getenv("EMAIL_ADDRESS")
|
| 113 |
+
EMAIL_PASSWORD = os.getenv("Password")
|
| 114 |
print(f"EMAIL_ADDRESS: {os.getenv('EMAIL_ADDRESS')}")
|
| 115 |
print(f"EMAIL_PASSWORD: {os.getenv('EMAIL_PASSWORD')}")
|
| 116 |
SMTP_SERVER = "smtp.office365.com"
|