Update app.py
Browse files
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 |
-
|
| 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():
|