Adityadn commited on
Commit
665f3f2
·
verified ·
1 Parent(s): 3eac71e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -86,6 +86,7 @@ def update_format_choices(conversion_type):
86
 
87
  def main():
88
  st.title("Video Conversion Tool")
 
89
 
90
  # Upload video file
91
  video_file = st.file_uploader("Upload a Video", type=supported_formats)
 
86
 
87
  def main():
88
  st.title("Video Conversion Tool")
89
+ st.write("Convert videos to audio, GIFs, images, or other formats easily with this powerful tool.")
90
 
91
  # Upload video file
92
  video_file = st.file_uploader("Upload a Video", type=supported_formats)