Sadashiv commited on
Commit
3112ece
1 Parent(s): 58bba41

Update app.py

Browse files
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 home():
7
- return render_template('demo.html')
8
 
9
 
10
  if __name__ == "__main__":
 
4
 
5
  @app.route('/')
6
  def home():
7
+ return render_template('index.html')
8
 
9
 
10
  if __name__ == "__main__":