Spaces:
Running
Running
update css selector
Browse files- modules/nav.py +2 -2
modules/nav.py
CHANGED
@@ -4,8 +4,8 @@ import streamlit as st
|
|
4 |
def Navbar(sidebar_placeholder, toggle_hashstr: str = ""):
|
5 |
st.markdown("""
|
6 |
<style>
|
7 |
-
#root > div:nth-child(1) > div.withScreencast > div > div > section.stSidebar.st-emotion-cache-
|
8 |
-
#root > div:nth-child(1) > div.withScreencast > div > div > section.stSidebar.st-emotion-cache-
|
9 |
display: none;
|
10 |
}
|
11 |
</style>
|
|
|
4 |
def Navbar(sidebar_placeholder, toggle_hashstr: str = ""):
|
5 |
st.markdown("""
|
6 |
<style>
|
7 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > section.stSidebar.st-emotion-cache-11wc8as.eczjsme18 > div.st-emotion-cache-6qob1r.eczjsme11 > div.st-emotion-cache-bjn8wh.eczjsme17 > div,
|
8 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > section.stSidebar.st-emotion-cache-11wc8as.eczjsme18 > div.st-emotion-cache-6qob1r.eczjsme11 > div.st-emotion-cache-bjn8wh.eczjsme17 > ul{
|
9 |
display: none;
|
10 |
}
|
11 |
</style>
|