Skip to content

Commit

Permalink
update streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jun 4, 2023
1 parent c056f99 commit 51dd060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Streamlit will be served at http://localhost:8501
- [x] Disabled/ Empty
- [ ] Feedbacks
- [ ] Download dataset
- [ ] Add/Review data cache
- [ ] Review data cache
- [ ] Range size defined by user
- [ ] Prevent duplicate URLs
- [ ] Hide Twitter header banner (iframe)
Expand Down
5 changes: 2 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import streamlit as st
import streamlit.components.v1 as components

__version__ = '0.1.3.1'
__version__ = '0.1.3.2'

st.set_page_config(
page_title='Wayback Tweets',
Expand Down Expand Up @@ -128,7 +128,6 @@ def attr(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)
[![Star](https://img.shields.io/github/stars/claromes/waybacktweets?style=social)](https://github.com/claromes/waybacktweets)
''', anchor=False)
st.write('Search archived tweets on Wayback Machine in an easy way')

Expand Down Expand Up @@ -234,4 +233,4 @@ def next_page():
If the problem persists [open an issue](https://github.com/claromes/waybacktweets/issues) or send me a [tweet](https://twitter.com/compose/tweet?text=@claromes).
'''.format(e))
st.session_state.current_index = 0
st.session_state.current_index = 0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.30.0
streamlit==1.22.0
streamlit==1.23.1

0 comments on commit 51dd060

Please sign in to comment.