demoPOC commited on
Commit
2a82417
·
1 Parent(s): bef06a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -99,13 +99,8 @@ def KBUpload():
99
  def aiassist():
100
  return render_template("index.html")
101
 
102
- @app.route('/aiSearch')
103
- def html():
104
- return render_template("AISearch.html")
105
 
106
- @app.route('/searchKB')
107
- def KBUpload():
108
- return render_template("SearchKB.html")
109
 
110
  @app.route('/agent/chat/suggestion', methods=['POST'])
111
  def process_json():
 
99
  def aiassist():
100
  return render_template("index.html")
101
 
 
 
 
102
 
103
+
 
 
104
 
105
  @app.route('/agent/chat/suggestion', methods=['POST'])
106
  def process_json():