myopera9 commited on
Commit
b65275e
·
verified ·
1 Parent(s): eba7039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ co = cohere.ClientV2(api_key=coherekey)
20
  cresponse = requests.get(geturl)
21
  cohere_doc = cresponse.json()
22
 
23
- logged_in = None
 
24
 
25
  def auth(user_name, password):
26
  if password == user_name + str(len(user_name)):
 
20
  cresponse = requests.get(geturl)
21
  cohere_doc = cresponse.json()
22
 
23
+ #logged_in = None
24
+ logged_in = True
25
 
26
  def auth(user_name, password):
27
  if password == user_name + str(len(user_name)):