Spaces:
Sleeping
Sleeping
noumanjavaid
commited on
Commit
•
24e550d
1
Parent(s):
7ec8f89
Create .streamlit/ config.toml
Browse files- .streamlit/ config.toml +6 -0
.streamlit/ config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "gray"
|
3 |
+
backgroundColor = "white"
|
4 |
+
secondaryBackgroundColor = "gray"
|
5 |
+
textColor = "black"
|
6 |
+
font = "sans serif"
|