Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,9 +95,10 @@ def get_chat_response(transcript_text: str, conversation_history: list, user_que
|
|
95 |
# ---------------------------
|
96 |
# Sidebar: Input Options
|
97 |
# ---------------------------
|
98 |
-
st.sidebar.title("Video Input Options")
|
|
|
99 |
|
100 |
-
input_mode = st.sidebar.radio("Select Input Type", ("Upload Video"
|
101 |
|
102 |
transcript_text = ""
|
103 |
if input_mode == "Upload Video":
|
|
|
95 |
# ---------------------------
|
96 |
# Sidebar: Input Options
|
97 |
# ---------------------------
|
98 |
+
#st.sidebar.title("Video Input Options")
|
99 |
+
st.sidebar.title("Upload a video")
|
100 |
|
101 |
+
input_mode = st.sidebar.radio("Select Input Type", ("Upload Video")) #, "YouTube URL"))
|
102 |
|
103 |
transcript_text = ""
|
104 |
if input_mode == "Upload Video":
|