AMead10 commited on
Commit
40665d7
·
verified ·
1 Parent(s): 61c59ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,7 +346,7 @@ auth_username = os.environ.get("AUTH_USERNAME")
346
  auth_password = os.environ.get("AUTH_PASSWORD")
347
 
348
  # Define your username and password pairs
349
- auth = [(auth_username, auth_password)]
350
 
351
  # Start building the Gradio interface
352
  # Start building the Gradio interface with two columns
 
346
  auth_password = os.environ.get("AUTH_PASSWORD")
347
 
348
  # Define your username and password pairs
349
+ auth = (auth_username, auth_password)
350
 
351
  # Start building the Gradio interface
352
  # Start building the Gradio interface with two columns