Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,8 @@ def hello():
|
|
45 |
domain = request.url_root
|
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 |
return h
|
50 |
|
51 |
@app.route('/get_humiliated',methods=['GET'])
|
|
|
45 |
domain = request.url_root
|
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'])
|