From: Claromes Date: Thu, 11 May 2023 04:20:37 +0000 (-0300) Subject: fix requests.exceptions.ConnectionError X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=7bc7d941dea6b9c6da9cefcb464a8a07a62c87ae;p=waybacktweets.git fix requests.exceptions.ConnectionError --- diff --git a/app.py b/app.py index 307e559..f219d4e 100644 --- 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)