Skip to content
Snippets Groups Projects
Commit b27fac53 authored by Balaji D's avatar Balaji D :blush:
Browse files

Update app1.py

parent 982d6aba
Branches
No related tags found
No related merge requests found
......@@ -92,6 +92,6 @@ def table():
return render_template('table.html',rows=rows)
if __name__ == "__main__":
app.run(debug=True)
app.run(host='127.0.0.1', port=8080, debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment