Dooratre commited on
Commit
06d3fb5
·
verified ·
1 Parent(s): 4c56550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_response(user_input):
57
 
58
  @app.route('/')
59
  def index():
60
- return render_template('cont.html')
61
 
62
  @app.route('/chat', methods=['POST'])
63
  def chat():
 
57
 
58
  @app.route('/')
59
  def index():
60
+ return render_template('index.html')
61
 
62
  @app.route('/chat', methods=['POST'])
63
  def chat():