Skip to content

Commit e9b7de0

Browse files
author
Jeff Yang
authored
feat(theme): upgrade streamlit to 0.79.0, add custom theme config (#21)
1 parent 5122bff commit e9b7de0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.streamlit/config.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[theme]
2+
primaryColor="#ee4c2c"
3+
backgroundColor="#f8f8f8"
4+
secondaryBackgroundColor="#F0F2F6"
5+
textColor="#2b3848"
6+
font="sans serif"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit==0.78.0
1+
streamlit==0.79.0

0 commit comments

Comments
 (0)