POLRAMBORA commited on
Commit
7a11f2e
·
verified ·
1 Parent(s): d404e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- auth_result = authorize(user, api_key, PRIMARY_SYSTEM_INSTRUCTIONS)
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 (