Ceyda Cinarel commited on
Commit
8dae51f
β€’
1 Parent(s): 8af4bd8

hide hamburger menu

Browse files
Files changed (1) hide show
  1. 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
- # 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):
 
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):