Spaces:
Running
Running
Update pages.py
Browse files
pages.py
CHANGED
@@ -31,7 +31,7 @@ def home_page():
|
|
31 |
with col1:
|
32 |
components.html(custom_html)
|
33 |
with col2:
|
34 |
-
st.write("# Welcome to
|
35 |
|
36 |
## Set up home page other information
|
37 |
st.markdown('')
|
@@ -41,9 +41,9 @@ def audio_llm():
|
|
41 |
with st.sidebar:
|
42 |
st.divider()
|
43 |
st.markdown("""<div class="sidebar-intro">
|
44 |
-
<p><strong>Purpose</strong>:
|
45 |
-
<p><strong>Name</strong>:
|
46 |
-
<p><strong>Version</strong>:
|
47 |
</div>""", unsafe_allow_html=True)
|
48 |
|
49 |
|
|
|
31 |
with col1:
|
32 |
components.html(custom_html)
|
33 |
with col2:
|
34 |
+
st.write("# Welcome to MERaLiON - AudioLLMs 🤖")
|
35 |
|
36 |
## Set up home page other information
|
37 |
st.markdown('')
|
|
|
41 |
with st.sidebar:
|
42 |
st.divider()
|
43 |
st.markdown("""<div class="sidebar-intro">
|
44 |
+
<p><strong>Purpose</strong>: Complex Audio Understanding</p>
|
45 |
+
<p><strong>Name</strong>: MERaLiON-AudioLLM-v1</p>
|
46 |
+
<p><strong>Version</strong>: Dec. 20, 2024</p>
|
47 |
</div>""", unsafe_allow_html=True)
|
48 |
|
49 |
|