AminFaraji commited on
Commit
0e56a5a
·
verified ·
1 Parent(s): 6fa1e27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def get_llama_response(message: str, history: list) -> str:
186
  response = generated_text[len(query):] # Remove the prompt from the output
187
 
188
  print("Chatbot:", response.strip())
189
- print('i wanna return')
190
  return response.strip()
191
 
192
 
 
186
  response = generated_text[len(query):] # Remove the prompt from the output
187
 
188
  print("Chatbot:", response.strip())
189
+ print('i wanneea return')
190
  return response.strip()
191
 
192