update
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ use_auth_token = auth_token,
|
|
10 |
title = title,
|
11 |
theme = "darkpeach",
|
12 |
examples = [[text_]])
|
13 |
-
interface.launch(auth = ('user',auth_token), auth_message= "Enter your username and password that you received
|
|
|
10 |
title = title,
|
11 |
theme = "darkpeach",
|
12 |
examples = [[text_]])
|
13 |
+
interface.launch(auth = ('user',auth_token), auth_message= "Enter your username and password that you received on email").launch()
|