CosmoAI commited on
Commit
49374f3
·
verified ·
1 Parent(s): c52cd42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -54,6 +54,9 @@ def responsenew(data):
54
  idval = str(uuid.uuid4())
55
  print(f"\n\n{data}")
56
  newdata = data.replace("'", '"')
 
 
 
57
  try:
58
  items = json.loads(newdata)
59
  query = items['text']
 
54
  idval = str(uuid.uuid4())
55
  print(f"\n\n{data}")
56
  newdata = data.replace("'", '"')
57
+ items = json.loads(newdata)
58
+ query = items['text']
59
+ query = query.lower()
60
  try:
61
  items = json.loads(newdata)
62
  query = items['text']