Skip to content

Commit df9d9a9

Browse files
crackcode09claude
andcommitted
style: add footer to landing page markdown screen
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3a6f9b1 commit df9d9a9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

app.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@
7373
7474
> **Pp and Ppk** use the same formulas but with long-term (overall) variation instead of short-term — they reflect actual historical performance rather than potential capability.
7575
""")
76+
st.divider()
77+
st.markdown(
78+
"<div style='text-align: center; color: #98B1BE; font-size: 0.85rem;'>"
79+
"Built by <strong>Nidhin Dileepkumar</strong> · Open Source · "
80+
"Questions or feedback? "
81+
"<a href='https://github.com/crackcode09/spc-control-chart-tool' style='color: #0078E6;'>View on GitHub</a>"
82+
"</div>",
83+
unsafe_allow_html=True,
84+
)
7685
st.stop()
7786

7887
try:

0 commit comments

Comments
 (0)