YingxuHe commited on
Commit
4bd0ef1
·
verified ·
1 Parent(s): 9c10931

Update pages.py

Browse files
Files changed (1) hide show
  1. pages.py +1 -1
pages.py CHANGED
@@ -68,7 +68,7 @@ def audio_llm():
68
  It is tailored for Singapore’s multilingual and multicultural landscape."""
69
  )
70
 
71
- col1, col2, col3 = st.columns([4, 4, 1.2])
72
 
73
  with col1:
74
  audio_sample_names = [audio_sample_name for audio_sample_name in AUDIO_SAMPLES_W_INSTRUCT.keys()]
 
68
  It is tailored for Singapore’s multilingual and multicultural landscape."""
69
  )
70
 
71
+ col1, col2, col3 = st.columns([3.5, 4, 1.5])
72
 
73
  with col1:
74
  audio_sample_names = [audio_sample_name for audio_sample_name in AUDIO_SAMPLES_W_INSTRUCT.keys()]