Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Commit
•
e832bfd
1
Parent(s):
6e1498e
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def hello():
|
|
46 |
user_agent = request.user_agent.string
|
47 |
|
48 |
# h = f"<h1>Hello World</h1><p>Hostname: {hostname}</p><p>Domain: {domain}</p><p>User Agent: {user_agent}</p>"
|
49 |
-
h = "This is the backend deployed web page created by NotivAI
|
50 |
return h
|
51 |
|
52 |
@app.route('/get_humiliated',methods=['GET'])
|
|
|
46 |
user_agent = request.user_agent.string
|
47 |
|
48 |
# h = f"<h1>Hello World</h1><p>Hostname: {hostname}</p><p>Domain: {domain}</p><p>User Agent: {user_agent}</p>"
|
49 |
+
h = "<h1>This is the backend deployed web page created by NotivAI!!</h1>"
|
50 |
return h
|
51 |
|
52 |
@app.route('/get_humiliated',methods=['GET'])
|