JaganathC commited on
Commit
3a20681
·
verified ·
1 Parent(s): 86e7999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -11,12 +11,7 @@ st.set_page_config(page_title="Video-to-Text Summarization", layout="wide")
11
 
12
  # Header
13
  st.title("🎥 Smart Video-to-Text Summarization App")
14
- st.markdown("""
15
- This app helps you:
16
- - Convert videos into text and summarize them.
17
- - Extract multilingual transcriptions and translations.
18
- - Process videos with multiple speakers.
19
- """)
20
 
21
  # Initialize session state
22
  if "video_path" not in st.session_state:
 
11
 
12
  # Header
13
  st.title("🎥 Smart Video-to-Text Summarization App")
14
+
 
 
 
 
 
15
 
16
  # Initialize session state
17
  if "video_path" not in st.session_state: