markpeace commited on
Commit
79945d0
·
1 Parent(s): 36b5fc0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ app = Flask(__name__)
5
 
6
  @app.route("/")
7
  def hello_worlds():
8
- return "hello thereffdddfff"
9
 
10
  if __name__ == '__main__':
11
  app.run(debug=True, host='0.0.0.0')
 
5
 
6
  @app.route("/")
7
  def hello_worlds():
8
+ return "hello ,, world!"
9
 
10
  if __name__ == '__main__':
11
  app.run(debug=True, host='0.0.0.0')