Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,9 @@ email_options = [
|
|
22 | |
23 | |
24 | |
25 | |
|
|
|
|
26 |
|
27 |
]
|
28 |
email_address = st.selectbox("**Introduce yourself to us**", email_options)
|
|
|
22 | |
23 | |
24 | |
25 |
+
"[email protected]",
|
26 |
+
"[email protected]",
|
27 |
+
"[email protected] "
|
28 |
|
29 |
]
|
30 |
email_address = st.selectbox("**Introduce yourself to us**", email_options)
|