fix requests.exceptions.ConnectionError
authorClaromes <claromes@hey.com>
Thu, 11 May 2023 04:20:37 +0000 (01:20 -0300)
committerClaromes <claromes@hey.com>
Thu, 11 May 2023 04:20:37 +0000 (01:20 -0300)
app.py

diff --git a/app.py b/app.py
index 307e5590f07921c143fd553dc3ae7155eea88cc4..f219d4e3fcda244ac8fa403ec135431efa99af60 100644 (file)
--- a/app.py
+++ b/app.py
@@ -62,7 +62,7 @@ def attr(i):
 st.title('Wayback Tweets', anchor=False)
 st.write('Archived tweets on Wayback Machine')
 
-username = st.text_input('Type Twitter username', placeholder='Type Twitter username', label_visibility='collapsed')
+handle = st.text_input('Type Twitter handle', placeholder='Type Twitter handle', label_visibility='collapsed')
 
 query = st.button('Query', type='primary', use_container_width=True)