Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ st.markdown("""
|
|
76 |
<li><strong>👤 First Name</strong></li>
|
77 |
<li><strong>👤 Email</strong></li>
|
78 |
</ul>
|
|
|
79 |
|
80 |
<h4 style="color:orange;">Opt-Out of Scraping:</h4>
|
81 |
<h6>For complete company descriptions at hand.</h6>
|
@@ -89,9 +90,7 @@ st.markdown("""
|
|
89 |
<li><strong>👤 Email</strong></li>
|
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()
|
97 |
|
@@ -153,7 +152,7 @@ st.markdown("""
|
|
153 |
</li>
|
154 |
</ul>
|
155 |
|
156 |
-
|
157 |
|
158 |
""", unsafe_allow_html=True)
|
159 |
|
|
|
76 |
<li><strong>👤 First Name</strong></li>
|
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 |
<h4 style="color:orange;">Opt-Out of Scraping:</h4>
|
82 |
<h6>For complete company descriptions at hand.</h6>
|
|
|
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 |
|
|
|
152 |
</li>
|
153 |
</ul>
|
154 |
|
155 |
+
|
156 |
|
157 |
""", unsafe_allow_html=True)
|
158 |
|