Fix error msg
authorClaromes <claromes@hey.com>
Thu, 11 May 2023 06:11:26 +0000 (03:11 -0300)
committerClaromes <claromes@hey.com>
Thu, 11 May 2023 06:11:26 +0000 (03:11 -0300)
app.py

diff --git a/app.py b/app.py
index 0ba4a73f1c82f1fb9c0550ddcaab33ec78f63830..2550b179b9268deb5d7d93d8b465d302d8f00286 100644 (file)
--- a/app.py
+++ b/app.py
@@ -22,7 +22,7 @@ def embed(tweet):
 
 def query_api(handle):
     if not handle:
-        st.error("Type Twitter's handle")
+        st.error("Type Twitter handle.")
         st.stop()
 
     url = 'https://web.archive.org/cdx/search/cdx?url=https://twitter.com/{}/status/*&output=json'.format(handle)