YingxuHe commited on
Commit
45fbc6f
·
verified ·
1 Parent(s): d3d989f

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +4 -1
pages.py CHANGED
@@ -30,7 +30,7 @@ def home_page():
30
  with col1:
31
  components.html(custom_html)
32
  with col2:
33
- st.write("# Welcome to MERaLiON - AudioLLMs 🤖")
34
 
35
  ## Set up home page other information
36
  st.markdown('')
@@ -66,6 +66,9 @@ def audio_llm():
66
  if "default_instruction" not in st.session_state:
67
  st.session_state.default_instruction = ""
68
 
 
 
 
69
  st.markdown("**Step1: Specify Model Configuration**")
70
  col4, col5 = st.columns(2)
71
 
 
30
  with col1:
31
  components.html(custom_html)
32
  with col2:
33
+ st.write("# Welcome to MERaLiON-AudioLLM ChatBot 🤖")
34
 
35
  ## Set up home page other information
36
  st.markdown('')
 
66
  if "default_instruction" not in st.session_state:
67
  st.session_state.default_instruction = ""
68
 
69
+ st.markdown("<h1 style='text-align: center; color: black;'>MERaLiON-AudioLLM ChatBot 🤖</h1>", unsafe_allow_html=True)
70
+ st.markdown("This demo is based on [MERaLiON-AudioLLM-Whisper-SEA-LION](https://huggingface.co/MERaLiON/MERaLiON-AudioLLM-Whisper-SEA-LION), developed by I2R, A*STAR, in collaboration with AISG, Singapore.")
71
+
72
  st.markdown("**Step1: Specify Model Configuration**")
73
  col4, col5 = st.columns(2)
74