ISOM5240GP4 commited on
Commit
b17d738
·
verified ·
1 Parent(s): 318aea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def main():
65
  """)
66
 
67
  # Text area for email input
68
- email_body = st.text_area("Email Body", value=st.session_state.email_body, height=200, key="email_input")
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 = """