Spaces:
Running
Running
Undo light theme
Browse files- fev-leaderboard-app.py +0 -12
fev-leaderboard-app.py
CHANGED
@@ -1,17 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.markdown(
|
4 |
-
"""
|
5 |
-
<style>
|
6 |
-
.stApp {
|
7 |
-
color-scheme: light !important;
|
8 |
-
}
|
9 |
-
</style>
|
10 |
-
""",
|
11 |
-
unsafe_allow_html=True,
|
12 |
-
)
|
13 |
-
|
14 |
-
|
15 |
pages = [
|
16 |
st.Page("pages/fev_bench.py", title="fev-bench", icon=":material/trophy:"),
|
17 |
st.Page("pages/about.py", title="About", icon=":material/info:"),
|
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
pages = [
|
4 |
st.Page("pages/fev_bench.py", title="fev-bench", icon=":material/trophy:"),
|
5 |
st.Page("pages/about.py", title="About", icon=":material/info:"),
|