update app caption
authorClaromes <clarissamendes@alunos.utfpr.edu.br>
Sun, 2 Mar 2025 22:45:19 +0000 (19:45 -0300)
committerClaromes <clarissamendes@alunos.utfpr.edu.br>
Sun, 2 Mar 2025 22:45:19 +0000 (19:45 -0300)
app/app.py

index c045a0a141ab3c7fecba695d0ac293e4fcd85028..973fca05b4cf460a103fbceb8b392d227b030e1c 100644 (file)
@@ -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