Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
ab2ed95
1
Parent(s): 6beaa58
Refactor display_outputs function to remove commented-out table of contents for improved clarity
Browse files- pages/output.py +1 -18
pages/output.py
CHANGED
|
@@ -230,24 +230,7 @@ def display_outputs():
|
|
| 230 |
st.markdown(f"for: **{client_name} ({client_website})**")
|
| 231 |
st.write("")
|
| 232 |
st.write("")
|
| 233 |
-
|
| 234 |
-
st.markdown("#### Table of Contents")
|
| 235 |
-
st.markdown("""<ul><li><a href='#digital-footprint-overview'>Digital Footprint Overview</a></li>
|
| 236 |
-
<li><a href='#executive-summary'>Executive Summary</a></li>
|
| 237 |
-
<li><a href='#client-footprint'>Client Footprint</a></li>
|
| 238 |
-
<li><a href='#snapshot-by-channel'>Snapshot by Channel</a></li>
|
| 239 |
-
<li><a href='#website-and-tools'>Website and Tools</a></li>
|
| 240 |
-
<li><a href='#search-engine-marketing'>Search Engine Marketing</a></li>
|
| 241 |
-
<li><a href='#search-engine-optimization'>Search Engine Optimization</a></li>
|
| 242 |
-
<li><a href='#social-media'>Social Media</a></li>
|
| 243 |
-
<li><a href='#content'>Content</a></li>
|
| 244 |
-
<li><a href='#market-place'>Market Place</a></li>
|
| 245 |
-
<li><a href='#target-market'>Target Market</a></li>
|
| 246 |
-
<li><a href='#desired-outcomes'>Desired Outcomes</a></li>
|
| 247 |
-
</ul>""", unsafe_allow_html=True)
|
| 248 |
-
|
| 249 |
-
st.markdown("---")
|
| 250 |
-
'''
|
| 251 |
st.write("")
|
| 252 |
st.write("")
|
| 253 |
st.markdown("### DIGITAL FOOTPRINT OVERVIEW")
|
|
|
|
| 230 |
st.markdown(f"for: **{client_name} ({client_website})**")
|
| 231 |
st.write("")
|
| 232 |
st.write("")
|
| 233 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
st.write("")
|
| 235 |
st.write("")
|
| 236 |
st.markdown("### DIGITAL FOOTPRINT OVERVIEW")
|