Spaces:
Running
Running
Asish Karthikeya Gogineni commited on
Commit ·
3a5706b
1
Parent(s): d4a4997
Remove binary assets for HF Spaces
Browse files- .gitignore +1 -1
- .streamlit/config.toml +7 -0
.gitignore
CHANGED
|
@@ -46,4 +46,4 @@ extracted/
|
|
| 46 |
*.log
|
| 47 |
|
| 48 |
# Streamlit
|
| 49 |
-
.streamlit/
|
|
|
|
| 46 |
*.log
|
| 47 |
|
| 48 |
# Streamlit
|
| 49 |
+
.streamlit/assets/
|
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
base="dark"
|
| 3 |
+
primaryColor="#38BDF8"
|
| 4 |
+
backgroundColor="#0F1117"
|
| 5 |
+
secondaryBackgroundColor="#1E293B"
|
| 6 |
+
textColor="#E2E8F0"
|
| 7 |
+
font="sans serif"
|