Update app.py
Browse files
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 =
|
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
|