Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
67f0aa6
1
Parent(s): ab2ed95
Refactor display_outputs function to remove redundant empty lines for improved clarity
Browse files- pages/output.py +0 -3
pages/output.py
CHANGED
|
@@ -229,10 +229,7 @@ def display_outputs():
|
|
| 229 |
st.markdown("# Digital Marketing Audit")
|
| 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")
|
| 237 |
st.markdown(f"{overview}")
|
| 238 |
st.markdown("---")
|
|
|
|
| 229 |
st.markdown("# Digital Marketing Audit")
|
| 230 |
st.markdown(f"for: **{client_name} ({client_website})**")
|
| 231 |
st.write("")
|
|
|
|
| 232 |
|
|
|
|
|
|
|
| 233 |
st.markdown("### DIGITAL FOOTPRINT OVERVIEW")
|
| 234 |
st.markdown(f"{overview}")
|
| 235 |
st.markdown("---")
|