Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
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.")
|