Spaces:
Running
Running
Update pages/pages_Apollo_Extract.py
Browse files
pages/pages_Apollo_Extract.py
CHANGED
@@ -18,7 +18,9 @@ def main():
|
|
18 | |
19 | |
20 | |
21 | |
|
|
|
|
22 |
]
|
23 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
24 |
|
|
|
18 | |
19 | |
20 | |
21 |
+
"[email protected]",
|
22 |
+
"[email protected]",
|
23 | |
24 |
]
|
25 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
26 |
|