Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def main():
|
|
| 65 |
""")
|
| 66 |
|
| 67 |
# Text area for email input
|
| 68 |
-
email_body = st.text_area("Email
|
| 69 |
|
| 70 |
# Define sample emails
|
| 71 |
sample_spam = """
|
|
|
|
| 65 |
""")
|
| 66 |
|
| 67 |
# Text area for email input
|
| 68 |
+
email_body = st.text_area("Email", value=st.session_state.email_body, height=200, key="email_input")
|
| 69 |
|
| 70 |
# Define sample emails
|
| 71 |
sample_spam = """
|