update streamlit
authorClaromes <claromes@hey.com>
Sun, 4 Jun 2023 15:31:52 +0000 (12:31 -0300)
committerClaromes <claromes@hey.com>
Sun, 4 Jun 2023 15:31:52 +0000 (12:31 -0300)
README.md
app.py
requirements.txt

index e134950336c486d0cbb48230b856486dc656866e..28a0b42c9a06632ab108eec369f765c34369fd87 100644 (file)
--- 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 1a2d532d72598713fb487cc13c66f644693a2b12..2018280c58b64cced95657d6bce8f7d63a57bcf9 100644 (file)
--- a/app.py
+++ b/app.py
@@ -3,7 +3,7 @@ import datetime
 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 @@ if query or handle:
 
         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
index 3f27b86938e7f7745909031fec2cc8042dada73a..5f0beb71e67b80d807d9feb18f8a3d63eaa43f6b 100644 (file)
@@ -1,2 +1,2 @@
 requests==2.30.0
-streamlit==1.22.0
+streamlit==1.23.1