vishwask commited on
Commit
88a4031
·
1 Parent(s): bc73844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("References and TTS",["Reference" , 'TTS'], index='None')
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("References and TTS",["Reference" , 'TTS'], index=None)
200
 
201
  if choice == 'Reference':
202
  with st.sidebar: