Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
armanchhetri authored Jul 7, 2021
1 parent 22b4f3d commit 46f84da
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions hello_app/app.py
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
from flask import Flask

app = Flask(__name__)


@app.route('/')
# Define an index function to return "Hello World!!"








if __name__=="__main__":
app.run()

0 comments on commit 46f84da

Please sign in to comment.