Skip to content

Commit

Permalink
Add Doi number to app
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Feb 22, 2024
1 parent 8ba90f2 commit 342c2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ __pycache__/
.venv
AppData
*.pdf
*.pkl
*.pkl
*.sh
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def init_app_looks() -> None:
c1, c2 = st.sidebar.columns((1.2, 0.5))
c2.markdown(repo_name, unsafe_allow_html=True)
c1.write(
"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7697604.svg)](https://doi.org/10.5281/zenodo.7697604)"
"[![DOI](https://zenodo.org/badge/760394097.svg)](https://zenodo.org/doi/10.5281/zenodo.10694866)"
)
st.sidebar.image(f"{ROOT_DIR}/logo.png", use_column_width=True)

Expand Down

0 comments on commit 342c2d8

Please sign in to comment.