fix
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ theme = "darkpeach",
|
|
11 |
title = title,
|
12 |
examples = [[text]])
|
13 |
|
14 |
-
interface.launch(auth = (username,
|
15 |
|
16 |
|
17 |
|
|
|
11 |
title = title,
|
12 |
examples = [[text]])
|
13 |
|
14 |
+
interface.launch(auth = (username, password), auth_message = "Enter your username and password.")
|
15 |
|
16 |
|
17 |
|