Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -1
01_π _Home.py
CHANGED
@@ -20,7 +20,7 @@ st.sidebar.header("Home")
|
|
20 |
|
21 |
asr_model_options = ['tiny.en','base.en','small.en']
|
22 |
|
23 |
-
asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options)
|
24 |
|
25 |
st.markdown("## Earnings Call Analysis Whisperer")
|
26 |
|
|
|
20 |
|
21 |
asr_model_options = ['tiny.en','base.en','small.en']
|
22 |
|
23 |
+
asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options, key="sbox")
|
24 |
|
25 |
st.markdown("## Earnings Call Analysis Whisperer")
|
26 |
|