Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
<
|
32 |
-
<
|
33 |
-
|
34 |
-
<
|
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:
|
52 |
-
|
53 |
-
<
|
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:
|
66 |
-
|
67 |
-
<h4>
|
68 |
-
|
69 |
-
<
|
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 |
-
<
|
82 |
-
<
|
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("-----------------------------------------------------")
|