focusit commited on
Commit
6ccad77
·
1 Parent(s): 8d5cf87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def bardChat(data):
23
  }
24
 
25
  # Set the "__Secure-1PSID" cookie with the Bard API key
26
- session.cookies.set("__Secure-1PSID", barkKey)
27
 
28
  # Create a Bard object with the session and a timeout of 30 seconds
29
  bard = Bard(token=bardKey, session=session, timeout=30)
 
23
  }
24
 
25
  # Set the "__Secure-1PSID" cookie with the Bard API key
26
+ session.cookies.set("__Secure-1PSID", bardKey)
27
 
28
  # Create a Bard object with the session and a timeout of 30 seconds
29
  bard = Bard(token=bardKey, session=session, timeout=30)