add version and theme
authorClaromes <claromes@hey.com>
Thu, 11 May 2023 04:33:47 +0000 (01:33 -0300)
committerClaromes <claromes@hey.com>
Thu, 11 May 2023 04:33:47 +0000 (01:33 -0300)
.streamlit/config.toml [new file with mode: 0644]
app.py

diff --git a/.streamlit/config.toml b/.streamlit/config.toml
new file mode 100644 (file)
index 0000000..606fe4c
--- /dev/null
@@ -0,0 +1,3 @@
+[theme]
+base="light"
+primaryColor="#ab2e33"
\ No newline at end of file
diff --git a/app.py b/app.py
index 9822e8fdf12dc54fbdd20695aa755e5c05615e16..b5b6b7f233bd8b7f289dea0d226ee7fdb7715ff5 100644 (file)
--- a/app.py
+++ b/app.py
@@ -3,6 +3,8 @@ import datetime
 import streamlit as st
 import streamlit.components.v1 as components
 
+__version__ = '0.0.1'
+
 st.set_page_config(
     page_title='Wayback Tweets',
     page_icon='🏛️',