CosmoAI commited on
Commit
b2a366a
·
verified ·
1 Parent(s): 5a34c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def responsenew(data):
61
  print(text)
62
  except json.JSONDecodeError as e:
63
  print("Invalid JSON:", e)
64
- response = model.generate_content( text)
65
  print(f"\n{response.text}")
66
  if text is not None:
67
  if "remind me" in text:
 
61
  print(text)
62
  except json.JSONDecodeError as e:
63
  print("Invalid JSON:", e)
64
+ response = model.generate_content(text)
65
  print(f"\n{response.text}")
66
  if text is not None:
67
  if "remind me" in text: