diff --git a/README.md b/README.md index e134950..28a0b42 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app.py b/app.py index 1a2d532..2018280 100644 --- a/app.py +++ b/app.py @@ -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', @@ -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') @@ -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 \ No newline at end of file + st.session_state.current_index = 0 diff --git a/requirements.txt b/requirements.txt index 3f27b86..5f0beb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.30.0 -streamlit==1.22.0 +streamlit==1.23.1