MemeTech commited on
Commit
7b1c278
·
verified ·
1 Parent(s): 748b955

Update app.py

Browse files

BACK TO A HUNDRED

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ app = Flask(__name__)
4
 
5
  @app.route('/')
6
  def hello_world():
7
- return 'Hello, World!'
8
 
9
  if __name__ == '__main__':
10
  app.run(host='0.0.0.0', port=7860)
 
4
 
5
  @app.route('/')
6
  def hello_world():
7
+ return 'Hello, World!', 100
8
 
9
  if __name__ == '__main__':
10
  app.run(host='0.0.0.0', port=7860)