CosmoAI commited on
Commit
514496e
1 Parent(s): bb94f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def bardChat(data):
27
 
28
  # Create a Bard object with the session and a timeout of 30 seconds
29
  bard = Bard(session=session, timeout=30)
30
- answer = bard.get_answer(f"{data}. In your answer, instead of using asterik * sign, use bullet list or number list as relevant.")['content']
31
  respo = {
32
  "message": answer,
33
  "action": "nothing",
 
27
 
28
  # Create a Bard object with the session and a timeout of 30 seconds
29
  bard = Bard(session=session, timeout=30)
30
+ answer = bard.get_answer(data)['content']
31
  respo = {
32
  "message": answer,
33
  "action": "nothing",