MohanadAfiffy commited on
Commit
e48d339
·
verified ·
1 Parent(s): beeb7c5

Update pages/Business_Hubs.py

Browse files
Files changed (1) hide show
  1. pages/Business_Hubs.py +28 -1
pages/Business_Hubs.py CHANGED
@@ -23,9 +23,36 @@ def main():
23
  "[email protected]": "Fabio",
24
  "[email protected]": "Rudradeb",
25
  "[email protected]": "Mohanad",
26
- "[email protected]" : "Huzefa"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  }
28
 
 
29
  with st.form(key='my_form'):
30
  options = ["NGO Emails", "Industry company focused Emails"]
31
  selected_options = st.selectbox("Please select the needed features", options,key='select feature')
 
23
  "[email protected]": "Fabio",
24
  "[email protected]": "Rudradeb",
25
  "[email protected]": "Mohanad",
26
+ "[email protected]": "Huzefa",
27
+ "[email protected]": "Mustafa",
28
+ "[email protected]": "Mike",
29
+ "[email protected]": "Ansh",
30
+ "[email protected]": "Jamaludeen",
31
+ "[email protected]": "Mohammed Zuhair",
32
+ "[email protected]": "Shawna",
33
+ "[email protected]": "Peter",
34
+ "[email protected]": "Derek",
35
+ "[email protected]": "Allan",
36
+ "[email protected]": "Miguel",
37
+ "[email protected]": "Cristian",
38
+ "[email protected]": "Vamsi Krishna",
39
+ "[email protected]": "Manifest",
40
+ "[email protected]": "Utkarsha",
41
+ "[email protected]": "Emmanuel",
42
+ "[email protected]": "Damian",
43
+ "[email protected]": "Humberto",
44
+ "[email protected]": "Nafsika",
45
+ "[email protected]": "Madalin",
46
+ "[email protected]": "William",
47
+ "[email protected]": "Adish",
48
+ "[email protected]": "John",
49
+ "[email protected]": "Dmytro",
50
+ "[email protected]": "Levent",
51
+ "[email protected]": "Joao",
52
+ "[email protected]": "Lior"
53
  }
54
 
55
+
56
  with st.form(key='my_form'):
57
  options = ["NGO Emails", "Industry company focused Emails"]
58
  selected_options = st.selectbox("Please select the needed features", options,key='select feature')