Vikas01 commited on
Commit
4b4dfc4
1 Parent(s): 8ecf185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ app = Flask(__name__)
5
 
6
  @app.route("/")
7
  def index():
8
- return 'hello'
9
- # return render_template("index.html")
10
 
11
 
12
 
 
5
 
6
  @app.route("/")
7
  def index():
8
+ #return 'hello'
9
+ return render_template("index.html")
10
 
11
 
12