Spaces:
Running
Running
Update pages/Apollo_Extract.py
Browse files- pages/Apollo_Extract.py +2 -1
pages/Apollo_Extract.py
CHANGED
@@ -28,7 +28,8 @@ def main():
|
|
28 | |
29 | |
30 | |
31 | |
|
|
32 |
]
|
33 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
34 |
|
|
|
28 | |
29 | |
30 | |
31 |
+
"[email protected]",
|
32 | |
33 |
]
|
34 |
email_receiver = st.selectbox("Please select an email address", email_options)
|
35 |
|