MohanadAfiffy commited on
Commit
f08f820
Β·
verified Β·
1 Parent(s): e7a2440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -31
app.py CHANGED
@@ -27,17 +27,12 @@ unsafe_allow_html=True,
27
  st.markdown('<p class="higher-title">SalesIntel AI</p>', unsafe_allow_html=True)
28
 
29
  st.markdown("""
30
-
31
- <h2 style="color:blue;">Business Hubs</h2>
32
- <h3 style="color:green;">Generate Emails - NGO Oriented Function 🌍</h3>
33
-
34
- <h4>Generates personalized Emails for NGO campaigns, you have two options to use it</h4>
35
-
36
- <h4 style="color:orange;">With Scraping:</h4>
37
-
38
- <h6>Best for Mass Emails with minimal initial data.</h6>
39
-
40
- <h3 style="color:purple;">Required Columns:</h3>
41
  <ul>
42
  <li><strong>πŸ‘€ First Name</strong></li>
43
  <li><strong>🏒 Company Name</strong></li>
@@ -48,11 +43,9 @@ st.markdown("""
48
  <li><strong>πŸ‘€ Email</strong></li>
49
  </ul>
50
  <a href="https://docs.google.com/spreadsheets/d/1jkTrPqjO9bNBYlyluIGNsclJ7qz2vOrS2HOCD94ZD2Q/edit?usp=sharing" target="_blank">Check the template from here</a>
51
- <h4 style="color:orange;">Opt-Out of Scraping:</h4>
52
-
53
- <h6>Best for Low Volume Emails, Perfect for detailed information and targeted approach.</h6>
54
-
55
- <h4 style="color:purple;">Required Columns:</h4>
56
  <ul>
57
  <li><strong>πŸ‘€ First Name</strong></li>
58
  <li><strong>🏒 Company Name</strong></li>
@@ -60,16 +53,12 @@ st.markdown("""
60
  <li><strong>πŸ“ User Description</strong></li>
61
  <li><strong>πŸ‘€ Email</strong></li>
62
  </ul>
63
-
64
  <a href="https://docs.google.com/spreadsheets/d/1TDpsbAZ62ukrUUmYp_5nWfcljWf5JYcZEevP_d4LzIc/edit?usp=sharing" target="_blank">Check the template from here</a>
65
- <h3 style="color:green;">🏒 Generate Emails for Industries/Startups</h3>
66
-
67
- <h4>Supports personalized email generation for specific industries or startups, you have two options to use it</h4>
68
-
69
- <h4 style="color:orange;">With Scraping:</h4>
70
- <h6>For comprehensive company info with limited initial data.</h6>
71
-
72
- <h3 style="color:purple;">Required Columns:</h3>
73
  <ul>
74
  <li><strong>πŸ”— Website</strong></li>
75
  <li><strong>🏒 Company Name</strong></li>
@@ -77,11 +66,9 @@ st.markdown("""
77
  <li><strong>πŸ‘€ Email</strong></li>
78
  </ul>
79
  <a href="https://docs.google.com/spreadsheets/d/1h2pQQKlTja_G3IJZvw0xNdiyZqkSToTD4zxFvCNDDeQ/edit?usp=sharing" target="_blank">Check the template from here</a>
80
-
81
- <h4 style="color:orange;">Opt-Out of Scraping:</h4>
82
- <h6>For complete company descriptions at hand.</h6>
83
-
84
- <h4 style="color:purple;">Required Columns:</h4>
85
  <ul>
86
  <li><strong>πŸ”— Website</strong></li>
87
  <li><strong>🏒 Company Name</strong></li>
@@ -89,9 +76,9 @@ st.markdown("""
89
  <li><strong>πŸ“ Company Description</strong></li>
90
  <li><strong>πŸ‘€ Email</strong></li>
91
  </ul>
92
-
93
  <a href="https://docs.google.com/spreadsheets/d/1YFuE3ZC31QIGy0YLNK_2v89y0NbektheXXI1QDNA3Ng/edit?usp=sharing" target="_blank">Check the template from here</a>
94
  """,unsafe_allow_html=True)
 
95
  BH_page_switch()
96
 
97
  st.markdown("-----------------------------------------------------")
 
27
  st.markdown('<p class="higher-title">SalesIntel AI</p>', unsafe_allow_html=True)
28
 
29
  st.markdown("""
30
+ <h2 style="color:navy;">Business Hubs</h2>
31
+ <h3 style="color:deepskyblue;">Generate Emails - NGO Oriented Function 🌍</h3>
32
+ <h4 style="color:lightsteelblue;">Generates personalized Emails for NGO campaigns, you have two options to use it</h4>
33
+ <h4 style="color:cornflowerblue;">With Scraping:</h4>
34
+ <h6 style="color:skyblue;">Best for Mass Emails with minimal initial data.</h6>
35
+ <h3 style="color:steelblue;">Required Columns:</h3>
 
 
 
 
 
36
  <ul>
37
  <li><strong>πŸ‘€ First Name</strong></li>
38
  <li><strong>🏒 Company Name</strong></li>
 
43
  <li><strong>πŸ‘€ Email</strong></li>
44
  </ul>
45
  <a href="https://docs.google.com/spreadsheets/d/1jkTrPqjO9bNBYlyluIGNsclJ7qz2vOrS2HOCD94ZD2Q/edit?usp=sharing" target="_blank">Check the template from here</a>
46
+ <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
47
+ <h6 style="color:skyblue;">Best for Low Volume Emails, Perfect for detailed information and targeted approach.</h6>
48
+ <h4 style="color:steelblue;">Required Columns:</h4>
 
 
49
  <ul>
50
  <li><strong>πŸ‘€ First Name</strong></li>
51
  <li><strong>🏒 Company Name</strong></li>
 
53
  <li><strong>πŸ“ User Description</strong></li>
54
  <li><strong>πŸ‘€ Email</strong></li>
55
  </ul>
 
56
  <a href="https://docs.google.com/spreadsheets/d/1TDpsbAZ62ukrUUmYp_5nWfcljWf5JYcZEevP_d4LzIc/edit?usp=sharing" target="_blank">Check the template from here</a>
57
+ <h3 style="color:deepskyblue;">🏒 Generate Emails for Industries/Startups</h3>
58
+ <h4 style="color:lightsteelblue;">Supports personalized email generation for specific industries or startups, you have two options to use it</h4>
59
+ <h4 style="color:cornflowerblue;">With Scraping:</h4>
60
+ <h6 style="color:skyblue;">For comprehensive company info with limited initial data.</h6>
61
+ <h3 style="color:steelblue;">Required Columns:</h3>
 
 
 
62
  <ul>
63
  <li><strong>πŸ”— Website</strong></li>
64
  <li><strong>🏒 Company Name</strong></li>
 
66
  <li><strong>πŸ‘€ Email</strong></li>
67
  </ul>
68
  <a href="https://docs.google.com/spreadsheets/d/1h2pQQKlTja_G3IJZvw0xNdiyZqkSToTD4zxFvCNDDeQ/edit?usp=sharing" target="_blank">Check the template from here</a>
69
+ <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
70
+ <h6 style="color:skyblue;">For complete company descriptions at hand.</h6>
71
+ <h4 style="color:steelblue;">Required Columns:</h4>
 
 
72
  <ul>
73
  <li><strong>πŸ”— Website</strong></li>
74
  <li><strong>🏒 Company Name</strong></li>
 
76
  <li><strong>πŸ“ Company Description</strong></li>
77
  <li><strong>πŸ‘€ Email</strong></li>
78
  </ul>
 
79
  <a href="https://docs.google.com/spreadsheets/d/1YFuE3ZC31QIGy0YLNK_2v89y0NbektheXXI1QDNA3Ng/edit?usp=sharing" target="_blank">Check the template from here</a>
80
  """,unsafe_allow_html=True)
81
+
82
  BH_page_switch()
83
 
84
  st.markdown("-----------------------------------------------------")