Spaces:
Runtime error
Runtime error
John Graham Reynolds commited on
Commit ·
466aeb0
1
Parent(s): f143c0d
add streamlit config and mistral logo
Browse files- .streamlit/config.toml +6 -0
- mistral.jpeg +0 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor="#a48774"
|
| 3 |
+
backgroundColor="#e14114"
|
| 4 |
+
secondaryBackgroundColor="#a48774"
|
| 5 |
+
textColor="#FFFFFF"
|
| 6 |
+
font="sans serif"
|
mistral.jpeg
ADDED
|