Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ if prompt := st.chat_input("How can I help you today?"):
|
|
196 |
if "audio" not in st.session_state:
|
197 |
st.session_state.audio = False
|
198 |
|
199 |
-
choice = st.radio(label ="References and TTS", options =["Reference" , 'TTS'])
|
200 |
|
201 |
if choice == 'Reference':
|
202 |
with st.sidebar:
|
|
|
196 |
if "audio" not in st.session_state:
|
197 |
st.session_state.audio = False
|
198 |
|
199 |
+
choice = st.radio(label ="References and TTS", options =["Reference" , 'TTS'],index=None,)
|
200 |
|
201 |
if choice == 'Reference':
|
202 |
with st.sidebar:
|