JustusI commited on
Commit
ecee8be
·
verified ·
1 Parent(s): ecbf455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -148,7 +148,8 @@ if "chat_history" not in st.session_state:
148
  # ---------------------------
149
  # Main Display Area
150
  # ---------------------------
151
- st.title("Video-based Study Companion")
 
152
 
153
  if "transcript_text" not in st.session_state or not st.session_state.transcript_text:
154
  st.info("Please provide a video input from the sidebar to begin.")
 
148
  # ---------------------------
149
  # Main Display Area
150
  # ---------------------------
151
+ st.title("Video Chat")
152
+ st.subheader('Tired of watching long boring videos? Summarize your videos in seconds or just chat!')
153
 
154
  if "transcript_text" not in st.session_state or not st.session_state.transcript_text:
155
  st.info("Please provide a video input from the sidebar to begin.")