Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ st.markdown("""
|
|
31 |
<h3 style="color:deepskyblue;">Generate Emails - NGO Oriented Function π</h3>
|
32 |
<h4 style="color:gray;">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:
|
35 |
<h3 style="color:steelblue;">Required Columns:</h3>
|
36 |
<ul>
|
37 |
<li><strong>π€ First Name</strong></li>
|
@@ -44,7 +44,7 @@ st.markdown("""
|
|
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:
|
48 |
<h4 style="color:steelblue;">Required Columns:</h4>
|
49 |
<ul>
|
50 |
<li><strong>π€ First Name</strong></li>
|
@@ -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:
|
61 |
<h3 style="color:steelblue;">Required Columns:</h3>
|
62 |
<ul>
|
63 |
<li><strong>π Website</strong></li>
|
@@ -67,7 +67,7 @@ st.markdown("""
|
|
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:
|
71 |
<h4 style="color:steelblue;">Required Columns:</h4>
|
72 |
<ul>
|
73 |
<li><strong>π Website</strong></li>
|
@@ -77,7 +77,7 @@ 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 |
-
|
81 |
|
82 |
""",unsafe_allow_html=True)
|
83 |
|
@@ -141,6 +141,7 @@ st.markdown("""
|
|
141 |
</ul>
|
142 |
</li>
|
143 |
</ul>
|
|
|
144 |
""", unsafe_allow_html=True)
|
145 |
|
146 |
|
|
|
31 |
<h3 style="color:deepskyblue;">Generate Emails - NGO Oriented Function π</h3>
|
32 |
<h4 style="color:gray;">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:darkolivegreen;">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>
|
|
|
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:darkolivegreen;">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>
|
|
|
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:darkolivegreen;">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>
|
|
|
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:darkolivegreen;">For complete company descriptions at hand.</h6>
|
71 |
<h4 style="color:steelblue;">Required Columns:</h4>
|
72 |
<ul>
|
73 |
<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 |
+
<br>
|
81 |
|
82 |
""",unsafe_allow_html=True)
|
83 |
|
|
|
141 |
</ul>
|
142 |
</li>
|
143 |
</ul>
|
144 |
+
<br>
|
145 |
""", unsafe_allow_html=True)
|
146 |
|
147 |
|