mbagdasarova-nvidia commited on
Commit
5daa2c0
·
1 Parent(s): 4939f3e

Update ui_theme.py to set transparent background for specific Streamlit components

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#76b900"
3
+ backgroundColor = "#15181b"
4
+ secondaryBackgroundColor = "#1d2126"
5
+ textColor = "#f5f7f8"