danushkhanna commited on
Commit
f69de80
·
1 Parent(s): 037f84d

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -1
.streamlit/config.toml CHANGED
@@ -2,4 +2,10 @@
2
  backgroundColor="#000000"
3
  secondaryBackgroundColor="#FFFFFF"
4
  textColor="#FF851B"
5
- font="monospace"
 
 
 
 
 
 
 
2
  backgroundColor="#000000"
3
  secondaryBackgroundColor="#FFFFFF"
4
  textColor="#FF851B"
5
+ font="serif"
6
+
7
+ [theme.success]
8
+ backgroundColor = "#00FF00" # Green for positive results
9
+
10
+ [theme.error]
11
+ backgroundColor = "#FF0000" # Red for negative results