JustusI commited on
Commit
af73cff
·
verified ·
1 Parent(s): e1a9353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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", "YouTube URL"))
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":