YingxuHe commited on
Commit
d672b08
·
verified ·
1 Parent(s): ec3ecbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from pages import *
8
  def main():
9
  ## Set Streamlit configuration
10
  st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
 
 
11
 
12
  audio_llm()
13
 
 
8
  def main():
9
  ## Set Streamlit configuration
10
  st.set_page_config(page_title='MERaLiON-AudioLLM', page_icon = "🔥", layout='wide')
11
+
12
+ st.markdown('<style>' + open('./style/sidebar_style.css').read() + '</style>', unsafe_allow_html=True)
13
 
14
  audio_llm()
15