We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df00e3 commit 3a6f9b1Copy full SHA for 3a6f9b1
1 file changed
app.py
@@ -280,9 +280,9 @@ def fmt_cap(v):
280
st.divider()
281
st.markdown(
282
"<div style='text-align: center; color: #98B1BE; font-size: 0.85rem;'>"
283
- "Built by <strong>Nidhin Dileepkumar</strong> · PBC Linear® Internal Tool · "
+ "Built by <strong>Nidhin Dileepkumar</strong> · Open Source · "
284
"Questions or feedback? "
285
- "<a href='mailto:nidhin.dileepkumar@pbclinear.com' style='color: #0078E6;'>Get in touch</a>"
+ "<a href='https://github.com/crackcode09/spc-control-chart-tool' style='color: #0078E6;'>View on GitHub</a>"
286
"</div>",
287
unsafe_allow_html=True,
288
)
0 commit comments