Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ st.html('<h1 class="title"> SalesIntel </h1>')
|
|
9 |
st.html('<h4 class="hero-subtitle"> Your AI Sales Companions for Success</h4>')
|
10 |
email_options = [
|
11 |
"", # Invalid selection
|
|
|
12 | |
13 | |
14 | |
@@ -18,6 +19,8 @@ email_options = [
|
|
18 | |
19 | |
20 | |
|
|
|
|
21 |
]
|
22 |
email_address = st.selectbox("**Introduce yourself to us**", email_options)
|
23 |
|
|
|
9 |
st.html('<h4 class="hero-subtitle"> Your AI Sales Companions for Success</h4>')
|
10 |
email_options = [
|
11 |
"", # Invalid selection
|
12 |
+
"[email protected]",
|
13 | |
14 | |
15 | |
|
|
19 | |
20 | |
21 | |
22 | |
23 |
+
|
24 |
]
|
25 |
email_address = st.selectbox("**Introduce yourself to us**", email_options)
|
26 |
|