Spaces:
Running
Running
Update app.py
Browse files
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 |
|