Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
|
|
12 |
page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
|
13 |
)
|
14 |
|
15 |
-
st.header("
|
16 |
st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
|
17 |
|
18 |
with st.sidebar:
|
|
|
12 |
page_title="Leaderboard", page_icon=":chart_with_upwards_trend:", layout="wide"
|
13 |
)
|
14 |
|
15 |
+
# st.header("Leaderboard")
|
16 |
st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
|
17 |
|
18 |
with st.sidebar:
|