Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.markdown('<p class="higher-title">SalesIntel AI</p>', unsafe_allow_html=True)
|
|
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:
|
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>
|
@@ -55,7 +55,7 @@ st.markdown("""
|
|
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:
|
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>
|
|
|
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: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:skyblue;">Best for Mass Emails with minimal initial data.</h6>
|
35 |
<h3 style="color:steelblue;">Required Columns:</h3>
|
|
|
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: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>
|