Spaces:
Runtime error
Runtime error
Ceyda Cinarel
commited on
Commit
β’
8dae51f
1
Parent(s):
8af4bd8
hide hamburger menu
Browse files- common_voice.py +6 -6
common_voice.py
CHANGED
@@ -16,12 +16,12 @@ import plotly.express as px
|
|
16 |
# TODO show audio stats
|
17 |
# TODO speed better caching
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
#
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
@st.cache(suppress_st_warning=True)
|
27 |
def cache_graph(dat,y,x,color=None):
|
|
|
16 |
# TODO show audio stats
|
17 |
# TODO speed better caching
|
18 |
|
19 |
+
hide_menu_style = """
|
20 |
+
<style>
|
21 |
+
#MainMenu {visibility: hidden;}
|
22 |
+
</style>
|
23 |
+
"""
|
24 |
+
st.markdown(hide_menu_style, unsafe_allow_html=True)
|
25 |
|
26 |
@st.cache(suppress_st_warning=True)
|
27 |
def cache_graph(dat,y,x,color=None):
|