From: Claromes Date: Sun, 2 Mar 2025 22:45:19 +0000 (-0300) Subject: update app caption X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=fc9de726b55791764d4a4289010fd4ebe60789e6;p=waybacktweets.git update app caption --- diff --git a/app/app.py b/app/app.py index c045a0a..973fca0 100644 --- a/app/app.py +++ b/app/app.py @@ -170,7 +170,7 @@ if st.query_params.username != "": st.image(TITLE, use_column_width="never") st.caption( - "[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/claromes/waybacktweets?include_prereleases)](https://github.com/claromes/waybacktweets/releases) [![read the documentation](https://img.shields.io/badge/read_the-documentation-0a507a?logo=sphinx)](https://claromes.github.io/waybacktweets) [![sponsors](https://img.shields.io/badge/donate-via%20sponsors-ff69b4.svg?logo=github)](https://github.com/sponsors/claromes)" # noqa: E501 + "[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/claromes/waybacktweets?include_prereleases)](https://github.com/claromes/waybacktweets/releases) [![documentation](https://img.shields.io/badge/read_the-documentation-0a507a?logo=sphinx)](https://claromes.github.io/waybacktweets)" # noqa: E501 ) st.write( "Retrieves archived tweets CDX data in HTML (for easy viewing of the tweets), CSV, and JSON formats." # noqa: E501