From: Claromes Date: Sat, 27 May 2023 09:36:48 +0000 (-0300) Subject: typo X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=15acc04d30f809d9079e45805d4c713b98236ae1;p=waybacktweets.git typo --- diff --git a/README.md b/README.md index 896a5ea..470b015 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/claromes/waybacktweets)](https://github.com/claromes/waybacktweets/releases) -Archived tweets on Wayback Machine in a easy way +Archived tweets on Wayback Machine in an easy way [waybacktweets.streamlit.app](https://waybacktweets.streamlit.app/) diff --git a/app.py b/app.py index 5f79ec5..2ebc0af 100644 --- a/app.py +++ b/app.py @@ -124,7 +124,7 @@ def attr(i): '''.format(i+1, link, mimetype[i], datetime.datetime.strptime(timestamp[i], "%Y%m%d%H%M%S"), tweet_links[i])) st.title('Wayback Tweets [![GitHub release (latest by date)](https://img.shields.io/github/v/release/claromes/waybacktweets)](https://github.com/claromes/waybacktweets/releases)', anchor=False) -st.write('Search archived tweets on Wayback Machine in a easy way') +st.write('Search archived tweets on Wayback Machine in an easy way') handle = st.text_input('username', placeholder='username', label_visibility='collapsed') query = st.button('Query', type='primary', use_container_width=True)