Spaces:
Running
Running
Update pages/Apollo_Extract.py
Browse files- pages/Apollo_Extract.py +2 -11
pages/Apollo_Extract.py
CHANGED
@@ -12,24 +12,15 @@ def main():
|
|
12 |
selected_options = st.selectbox("Please select the needed feature", options)
|
13 |
|
14 |
email_options = [
|
15 |
-
"[email protected]",
|
16 | |
17 | |
18 |
-
"[email protected]",
|
19 | |
20 | |
21 | |
22 |
-
"[email protected]",
|
23 |
-
"[email protected]",
|
24 |
-
"[email protected]",
|
25 | |
26 | |
27 |
-
"
|
28 |
-
"
|
29 |
-
"[email protected]",
|
30 |
-
"[email protected]",
|
31 |
-
"[email protected]",
|
32 | |
33 |
]
|
34 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
35 |
|
|
|
12 |
selected_options = st.selectbox("Please select the needed feature", options)
|
13 |
|
14 |
email_options = [
|
|
|
15 | |
16 | |
|
|
17 | |
18 | |
19 | |
|
|
|
|
|
|
20 | |
21 | |
22 |
+
"anushree@omdena.com",
|
23 |
+
"christiano@omdena.com"
|
|
|
|
|
|
|
|
|
24 |
]
|
25 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
26 |
|