Spaces:
Running
Running
youtbe landing page
Browse files
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=
|
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":
|