Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)):
|