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