demoPOC commited on
Commit
9795602
·
1 Parent(s): 090afd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ def aiassist():
254
  return render_template("index.html")
255
 
256
  @app.route('/aisearch')
257
- def aiassist():
258
  return render_template("aisearch.html")
259
 
260
  @app.route('/agent/chat/suggestion', methods=['POST'])
 
254
  return render_template("index.html")
255
 
256
  @app.route('/aisearch')
257
+ def aisearch():
258
  return render_template("aisearch.html")
259
 
260
  @app.route('/agent/chat/suggestion', methods=['POST'])