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

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(label ="References and TTS", options =["Reference" , 'TTS'])
200
 
201
  if choice == 'Reference':
202
  with st.sidebar: