3zoozzn commited on
Commit
d8c6195
1 Parent(s): 478e938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -34,7 +34,4 @@ def main():
34
  result = email_sender(sender_email, sender_password, recipient_emails, num_emails)
35
  st.success(result)
36
  else:
37
- st.error('Please fill in all the fields')
38
-
39
- if __name__ == "__main__":
40
- main()
 
34
  result = email_sender(sender_email, sender_password, recipient_emails, num_emails)
35
  st.success(result)
36
  else:
37
+ st.error('Please fill in all the fields')