Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 269 |
|
| 270 |
|
| 271 |
def authorize_and_proceed(user, api_key):
|
| 272 |
-
|
| 273 |
|
| 274 |
if auth_result == 403:
|
| 275 |
return (
|
|
|
|
| 269 |
|
| 270 |
|
| 271 |
def authorize_and_proceed(user, api_key):
|
| 272 |
+
auth_result = authorize(user, api_key, PRIMARY_SYSTEM_INSTRUCTIONS)
|
| 273 |
|
| 274 |
if auth_result == 403:
|
| 275 |
return (
|