binwang commited on
Commit
5fcb1be
·
verified ·
1 Parent(s): e7d08c1

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +4 -4
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 Merlion AI - AudioLLMs 🤖")
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>: Complext Audio Understanding</p>
45
- <p><strong>Name</strong>: MERaLion-AudioLLM-Experimental-Stage-1</p>
46
- <p><strong>Version</strong>: 0.0.1, Oct. 21, 2024</p>
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