Spaces:
Sleeping
Sleeping
Commit
·
7183498
1
Parent(s):
16e4359
Update app.py
Browse files
app.py
CHANGED
@@ -234,11 +234,11 @@ def main():
|
|
234 |
#st.text(prediction)
|
235 |
|
236 |
|
237 |
-
|
238 |
|
239 |
-
|
240 |
-
|
241 |
-
|
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__':
|