From 15acc04d30f809d9079e45805d4c713b98236ae1 Mon Sep 17 00:00:00 2001 From: Claromes Date: Sat, 27 May 2023 06:36:48 -0300 Subject: [PATCH] typo --- README.md | 2 +- app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1