HemaMeena commited on
Commit
92f81be
·
verified ·
1 Parent(s): 9f7a804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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