projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa51d99
)
fix requests.exceptions.ConnectionError
author
Claromes
<claromes@hey.com>
Thu, 11 May 2023 04:20:37 +0000
(
01:20
-0300)
committer
Claromes
<claromes@hey.com>
Thu, 11 May 2023 04:20:37 +0000
(
01:20
-0300)
app.py
patch
|
blob
|
history
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 usernam
e', label_visibility='collapsed')
+
handle = st.text_input('Type Twitter handle', placeholder='Type Twitter handl
e', label_visibility='collapsed')
query = st.button('Query', type='primary', use_container_width=True)