Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
import streamlit as st
|
4 |
from streamlit_extras.switch_page_button import switch_page
|
5 |
def apollo_page_switch():
|
@@ -49,7 +47,7 @@ st.markdown("""
|
|
49 |
<li><strong>🔗 Company website</strong></li>
|
50 |
<li><strong>👤 Email</strong></li>
|
51 |
</ul>
|
52 |
-
|
53 |
<h4 style="color:orange;">Opt-Out of Scraping:</h4>
|
54 |
|
55 |
<h6>Best for Low Volume Emails, Perfect for detailed information and targeted approach.</h6>
|
@@ -63,6 +61,7 @@ st.markdown("""
|
|
63 |
<li><strong>👤 Email</strong></li>
|
64 |
</ul>
|
65 |
|
|
|
66 |
<h3 style="color:green;">🏢 Generate Emails for Industries/Startups</h3>
|
67 |
|
68 |
<h4>Supports personalized email generation for specific industries or startups, you have two options to use it</h4>
|
@@ -91,7 +90,7 @@ st.markdown("""
|
|
91 |
</ul>
|
92 |
|
93 |
|
94 |
-
|
95 |
|
96 |
""",unsafe_allow_html=True)
|
97 |
BH_page_switch()
|
@@ -153,6 +152,9 @@ st.markdown("""
|
|
153 |
</ul>
|
154 |
</li>
|
155 |
</ul>
|
|
|
|
|
|
|
156 |
""", unsafe_allow_html=True)
|
157 |
|
158 |
apollo_page_switch()
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from streamlit_extras.switch_page_button import switch_page
|
3 |
def apollo_page_switch():
|
|
|
47 |
<li><strong>🔗 Company website</strong></li>
|
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>
|
|
|
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>
|
|
|
90 |
</ul>
|
91 |
|
92 |
|
93 |
+
<a href="https://docs.google.com/spreadsheets/d/1h2pQQKlTja_G3IJZvw0xNdiyZqkSToTD4zxFvCNDDeQ/edit?usp=sharing" target="_blank">Check the template from here</a>
|
94 |
|
95 |
""",unsafe_allow_html=True)
|
96 |
BH_page_switch()
|
|
|
152 |
</ul>
|
153 |
</li>
|
154 |
</ul>
|
155 |
+
|
156 |
+
<a href="https://docs.google.com/spreadsheets/d/1YFuE3ZC31QIGy0YLNK_2v89y0NbektheXXI1QDNA3Ng/edit?usp=sharing" target="_blank">Check the template from here</a>
|
157 |
+
|
158 |
""", unsafe_allow_html=True)
|
159 |
|
160 |
apollo_page_switch()
|