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