typo
authorClaromes <claromes@hey.com>
Sat, 27 May 2023 09:36:48 +0000 (06:36 -0300)
committerClaromes <claromes@hey.com>
Sat, 27 May 2023 09:36:48 +0000 (06:36 -0300)
README.md
app.py

index 896a5ea93b6d1fc55f5e57a6e57eb2fe59f2c2cd..470b01523392c32e9440a4fc1bba450b2bb39bd9 100644 (file)
--- 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 5f79ec5bb3f3c6e824edca8cd00295ba092310f2..2ebc0afa9c5bb5edb68688bfa5b65dbb7be07eab 100644 (file)
--- 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)