MohanadAfiffy commited on
Commit
23c0773
·
verified ·
1 Parent(s): 0543489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +22 -21
app.py CHANGED
@@ -57,7 +57,7 @@ st.markdown("""
57
  <h3 style="color:deepskyblue;">🏢 Generate Emails for Industries/Startups</h3>
58
  <h4 style="color:gray;">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>
@@ -77,27 +77,30 @@ st.markdown("""
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("-----------------------------------------------------")
85
 
86
 
87
  st.markdown("""
88
  <h2 style='color: navy;'>Sales Core team - Apollo -</h2>
89
- <h3 style='color: darkgreen;'>Data Processing Functions</h3>
90
 
91
- <h4 style='color: teal;'>Company-Specific Client Function</h4>
92
- <p>Upload a CSV with company names and websites.</p>
93
  <ul>
94
- <li><strong>With Scraping:</strong>
95
  <ul>
96
  <li>Required: <code>Website</code>, <code>Company Name for Emails</code></li>
97
  <li>The tool scrapes for extra company information.</li>
98
  </ul>
99
  </li>
100
- <li><strong>Opt Out:</strong>
101
  <ul>
102
  <li>Required: <code>Website</code>, <code>Company Name for Emails</code>, <code>Company Description</code> (used as <code>scraped_content</code>)</li>
103
  <li>Provide your own company descriptions; no scraping.</li>
@@ -105,44 +108,42 @@ st.markdown("""
105
  </li>
106
  </ul>
107
 
108
- <h4 style='color: teal;'>User-Specific Client Function</h4>
109
- <p>Upload a CSV with personal and company information.</p>
110
  <ul>
111
- <li><strong>With Scraping:</strong>
112
  <ul>
113
- <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Title</code>, <code>Website</code>, <code>Last Name</code>, <code>Person Linkedin Url</code>,<code>Email</code></li>
114
  <li>The tool scrapes LinkedIn and other sources for additional information.</li>
115
  </ul>
116
  </li>
117
- <li><strong>Opt Out:</strong>
118
  <ul>
119
- <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Person Linkedin Url</code>, <code>User Description</code> (used as <code>Scrapped Profile</code>),<code>Email</code></li>
120
  <li>Use your data without scraping additional information.</li>
121
  </ul>
122
  </li>
123
  </ul>
124
 
125
- <h4 style='color: teal;'>Both Features Function</h4>
126
- <p>Combine user and company-specific data processing.</p>
127
  <ul>
128
- <li><strong>With Scraping:</strong>
129
  <ul>
130
- <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Title</code>, <code>Last Name</code>, <code>Person Linkedin Url</code>, <code>Website</code>,<code>Email</code></li>
131
  <li>Scrapes for comprehensive data on both individuals and companies.</li>
132
  </ul>
133
  </li>
134
- <li><strong>Opt Out:</strong>
135
  <ul>
136
- <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Person Linkedin Url</code>, <code>Company Description</code> (used as <code>scraped_content</code>), <code>User Description</code> (used as <code>Scrapped Profile</code>),<code>Email</code></li>
137
  <li>Rely on user-provided descriptions for both individuals and companies.</li>
138
  </ul>
139
  </li>
140
  </ul>
141
-
142
-
143
-
144
  """, unsafe_allow_html=True)
145
 
 
146
  apollo_page_switch()
147
 
148
  logo_url = "https://i.imgur.com/WYnv26e.jpeg" # Replace this with your image's direct URL
 
57
  <h3 style="color:deepskyblue;">🏢 Generate Emails for Industries/Startups</h3>
58
  <h4 style="color:gray;">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:darkgray;">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>
 
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
+
81
+
82
  """,unsafe_allow_html=True)
83
 
84
  BH_page_switch()
85
 
86
+
87
  st.markdown("-----------------------------------------------------")
88
 
89
 
90
  st.markdown("""
91
  <h2 style='color: navy;'>Sales Core team - Apollo -</h2>
92
+ <h3 style='color: darkslategray;'>Data Processing Functions</h3>
93
 
94
+ <h4 style='color: darkcyan;'>Company-Specific Client Function</h4>
95
+ <p style='color: slategray;'>Upload a CSV with company names and websites.</p>
96
  <ul>
97
+ <li><strong style='color: darkolivegreen;'>With Scraping:</strong>
98
  <ul>
99
  <li>Required: <code>Website</code>, <code>Company Name for Emails</code></li>
100
  <li>The tool scrapes for extra company information.</li>
101
  </ul>
102
  </li>
103
+ <li><strong style='color: darkolivegreen;'>Opt Out:</strong>
104
  <ul>
105
  <li>Required: <code>Website</code>, <code>Company Name for Emails</code>, <code>Company Description</code> (used as <code>scraped_content</code>)</li>
106
  <li>Provide your own company descriptions; no scraping.</li>
 
108
  </li>
109
  </ul>
110
 
111
+ <h4 style='color: darkcyan;'>User-Specific Client Function</h4>
112
+ <p style='color: slategray;'>Upload a CSV with personal and company information.</p>
113
  <ul>
114
+ <li><strong style='color: darkolivegreen;'>With Scraping:</strong>
115
  <ul>
116
+ <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Title</code>, <code>Website</code>, <code>Last Name</code>, <code>Person Linkedin Url</code>, <code>Email</code></li>
117
  <li>The tool scrapes LinkedIn and other sources for additional information.</li>
118
  </ul>
119
  </li>
120
+ <li><strong style='color: darkolivegreen;'>Opt Out:</strong>
121
  <ul>
122
+ <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Person Linkedin Url</code>, <code>User Description</code> (used as <code>Scrapped Profile</code>), <code>Email</code></li>
123
  <li>Use your data without scraping additional information.</li>
124
  </ul>
125
  </li>
126
  </ul>
127
 
128
+ <h4 style='color: darkcyan;'>Both Features Function</h4>
129
+ <p style='color: slategray;'>Combine user and company-specific data processing.</p>
130
  <ul>
131
+ <li><strong style='color: darkolivegreen;'>With Scraping:</strong>
132
  <ul>
133
+ <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Title</code>, <code>Last Name</code>, <code>Person Linkedin Url</code>, <code>Website</code>, <code>Email</code></li>
134
  <li>Scrapes for comprehensive data on both individuals and companies.</li>
135
  </ul>
136
  </li>
137
+ <li><strong style='color: darkolivegreen;'>Opt Out:</strong>
138
  <ul>
139
+ <li>Required: <code>First Name</code>, <code>Company Name for Emails</code>, <code>Person Linkedin Url</code>, <code>Company Description</code> (used as <code>scraped_content</code>), <code>User Description</code> (used as <code>Scrapped Profile</code>), <code>Email</code></li>
140
  <li>Rely on user-provided descriptions for both individuals and companies.</li>
141
  </ul>
142
  </li>
143
  </ul>
 
 
 
144
  """, unsafe_allow_html=True)
145
 
146
+
147
  apollo_page_switch()
148
 
149
  logo_url = "https://i.imgur.com/WYnv26e.jpeg" # Replace this with your image's direct URL