Update 01_π _Home.py
Browse files- 01_π _Home.py +3 -1
01_π _Home.py
CHANGED
@@ -24,7 +24,9 @@ asr_model_options = ['base.en','small.en']
|
|
24 |
if 'sbox' not in st.session_state:
|
25 |
st.session_state.sbox = ''
|
26 |
|
27 |
-
asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options
|
|
|
|
|
28 |
|
29 |
st.markdown("## Earnings Call Analysis Whisperer")
|
30 |
|
|
|
24 |
if 'sbox' not in st.session_state:
|
25 |
st.session_state.sbox = ''
|
26 |
|
27 |
+
asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options)
|
28 |
+
|
29 |
+
st.session_state.sbox = asr_model_name
|
30 |
|
31 |
st.markdown("## Earnings Call Analysis Whisperer")
|
32 |
|