Spaces:
Running
Running
Update pages/Apollo_Extract.py
Browse files- pages/Apollo_Extract.py +2 -1
pages/Apollo_Extract.py
CHANGED
@@ -16,7 +16,8 @@ def main():
|
|
16 | |
17 | |
18 | |
19 | |
|
|
20 |
]
|
21 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
22 |
|
|
|
16 | |
17 | |
18 | |
19 |
+
"[email protected]",
|
20 | |
21 |
]
|
22 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
23 |
|