EinsteinCoder commited on
Commit
7183498
·
1 Parent(s): 16e4359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -234,11 +234,11 @@ def main():
234
  #st.text(prediction)
235
 
236
 
237
- email = st.text_input("Enter email address", "")
238
 
239
- if st.button("Send Email"):
240
- remail=email.strip()
241
- send_brevomail(remail,prediction,strtime)
242
 
243
 
244
  if __name__ == '__main__':
 
234
  #st.text(prediction)
235
 
236
 
237
+ email = st.text_input("Enter email address", "")
238
 
239
+ if st.button("Send Email"):
240
+ remail=email.strip()
241
+ send_brevomail(remail,prediction,strtime)
242
 
243
 
244
  if __name__ == '__main__':