Dhrumit1314 commited on
Commit
6e1498e
1 Parent(s): 389f9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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'])