Spaces:
Running
Running
Ludwig Stumpp
commited on
Commit
Β·
2148115
1
Parent(s):
f952412
Test styling in HF
Browse files- .streamlit/config.toml +0 -14
- README.md +2 -2
.streamlit/config.toml
CHANGED
@@ -2,17 +2,3 @@
|
|
2 |
|
3 |
# Primary accent for interactive elements
|
4 |
primaryColor = '#ff4b4b'
|
5 |
-
|
6 |
-
# Background color for the main content area
|
7 |
-
backgroundColor = '#0e1117'
|
8 |
-
|
9 |
-
# Background color for sidebar and most interactive widgets
|
10 |
-
secondaryBackgroundColor = '#273346'
|
11 |
-
|
12 |
-
# Color used for almost all text
|
13 |
-
textColor = '#FFFFFF'
|
14 |
-
|
15 |
-
# Font family for all text in the app, except code blocks
|
16 |
-
# Accepted values (serif | sans serif | monospace)
|
17 |
-
# Default: "sans serif"
|
18 |
-
font = "sans serif"
|
|
|
2 |
|
3 |
# Primary accent for interactive elements
|
4 |
primaryColor = '#ff4b4b'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: LLM-Leaderboard
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.19.0
|
8 |
app_file: streamlit_app.py
|
|
|
1 |
---
|
2 |
title: LLM-Leaderboard
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.19.0
|
8 |
app_file: streamlit_app.py
|