MohanadAfiffy commited on
Commit
47cf398
·
verified ·
1 Parent(s): 77bc162

Update pages/Apollo_Extract.py

Browse files
Files changed (1) hide show
  1. 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
16
17
18
19
20
21
22
23
24
25
26
27
- "villainlorenz@gmail.com",
28
- "levin.dtc@gmail.com",
29
30
31
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