Skip to content

Commit

Permalink
Fix broken image links
Browse files Browse the repository at this point in the history
Links from flaticon are no longer relevant. Uploaded a local file.
  • Loading branch information
rjjfox committed Dec 17, 2021
1 parent 49fa768 commit dd0e034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
t = """
<h3 class='frequentist_title'>Significant</h3>
<img class='frequentist_icon'
src='https://www.flaticon.com/svg/static/icons/svg/1533/1533913.svg'>
src='https://github.com/rjjfox/ab-test-calculator/blob/master/img/positive-vote.png'>
"""
st.markdown(t, unsafe_allow_html=True)

Expand Down Expand Up @@ -182,7 +182,7 @@
t = """
<h3 class='frequentist_title'>Not significant</h3>
<img class='frequentist_icon'
src='https://www.flaticon.com/svg/static/icons/svg/1533/1533919.svg'>
src='https://github.com/rjjfox/ab-test-calculator/blob/master/img/negative-vote.png'>
"""
st.markdown(t, unsafe_allow_html=True)

Expand Down Expand Up @@ -272,4 +272,4 @@
* [Sample size calculator](https://abtestsamplesize.herokuapp.com/)
* [Github Repository](https://github.com/rjjfox/ab-test-calculator)
"""
"""
Binary file added img/negative-vote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/positive-vote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd0e034

Please sign in to comment.