Skip to content

Commit 1536a16

Browse files
committed
add github link
1 parent 410bd2d commit 1536a16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def ui(default_ticker: str) -> None:
7777
logger.error(f"Error: {err}")
7878
st.error(f"Error: {err}")
7979
st.divider()
80+
link = '<a href="https://github.com/wolfpaulus/dca" target="_blank">Source Code</a>'
81+
st.write(f'<i class="fa-brands fa-github"> {link} </i>', unsafe_allow_html=True)
8082
st.write(
8183
"""
8284
This program is for educational purposes only and does not constitute investment advice.\n

0 commit comments

Comments
 (0)