Update app.py
Browse files
app.py
CHANGED
@@ -366,8 +366,6 @@ def llm_ans(query):
|
|
366 |
|
367 |
|
368 |
def predict(message, history):
|
369 |
-
# output = message # debug mode
|
370 |
-
|
371 |
output = str(llm_ans(message)).replace("\n", "<br/>")
|
372 |
return output
|
373 |
|
|
|
366 |
|
367 |
|
368 |
def predict(message, history):
|
|
|
|
|
369 |
output = str(llm_ans(message)).replace("\n", "<br/>")
|
370 |
return output
|
371 |
|