kobakhit commited on
Commit
adeb0fa
·
1 Parent(s): 663d124

youtbe landing page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with st.sidebar:
157
  container_transcript_chat = st.container()
158
 
159
  # Source Selection
160
- option = st.radio("Select source:", [ "Use YouTube link","Example"], index=1)
161
 
162
  # Upload audio file
163
  if option == "Upload an audio file":
 
157
  container_transcript_chat = st.container()
158
 
159
  # Source Selection
160
+ option = st.radio("Select source:", [ "Use YouTube link","Example"], index=0)
161
 
162
  # Upload audio file
163
  if option == "Upload an audio file":