Spaces:
Running
Running
Update pages.py
Browse files
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([
|
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()]
|