From 69aa6ed0ab063aaa7488b362e5bdcfd27640384a Mon Sep 17 00:00:00 2001 From: snowcatridge10 <72707293+ProgramminCat@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:36:19 -0400 Subject: [PATCH] Redesign Upload Page --- app.py | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 75bc0d2..cd01e1c 100644 --- a/app.py +++ b/app.py @@ -989,16 +989,86 @@ def upload_file(): return redirect(url_for('index_page')) return ''' - - Upload a new video -

Upload a new video

+ + + + + + Upload a New Video + + + +
+

Upload a New Video

- Video title: +



+
+ + + ''' @app.route('/follow')