Update footer.py

This commit is contained in:
dKosarevsky 2023-04-22 01:47:55 +03:00 committed by GitHub
parent 20bf84cbb4
commit e8cecac5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -45,8 +45,9 @@ def show_donates() -> None:
st.markdown(f""" st.markdown(f"""
**{st.session_state.locale.donates1}:** **{st.session_state.locale.donates1}:**
- [Tinkoff](https://www.tinkoff.ru/cf/4Ugsr5kQ1sR) - [Tinkoff](https://www.tinkoff.ru/cf/4Ugsr5kQ1sR)
- [donationalerts](https://www.donationalerts.com/r/if_ai)
- [boosty](https://boosty.to/ai-talks/donate) - [boosty](https://boosty.to/ai-talks/donate)
- [CloudTips (Tinkoff)](https://pay.cloudtips.ru/p/eafa15b2) - [CloudTips](https://pay.cloudtips.ru/p/eafa15b2)
""") """)
_, img_col, _ = st.columns(3) _, img_col, _ = st.columns(3)
with img_col: with img_col: