Dooratre commited on
Commit
8eed1a1
·
verified ·
1 Parent(s): 5e5276d

Update app.py

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