Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Commit
•
bf6246c
1
Parent(s):
b292ae6
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,10 @@ def extract_video_id(youtube_link):
|
|
42 |
def hello():
|
43 |
h = "<h1>Hello World</h1>"
|
44 |
return h
|
45 |
-
|
|
|
|
|
|
|
46 |
# Route for uploading video files
|
47 |
@app.route('/upload_video', methods=['POST'])
|
48 |
def upload_video():
|
|
|
42 |
def hello():
|
43 |
h = "<h1>Hello World</h1>"
|
44 |
return h
|
45 |
+
@app.route('/get_humiliated',methods=['GET'])
|
46 |
+
def hello2():
|
47 |
+
h = "<h1>Hello, Bitch. Suka Blyatt</h1>"
|
48 |
+
return h
|
49 |
# Route for uploading video files
|
50 |
@app.route('/upload_video', methods=['POST'])
|
51 |
def upload_video():
|