Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -224,4 +224,4 @@ with gr.Blocks(theme='gstaff/sketch') as demo:
|
|
224 |
outputs=flagged_successful,
|
225 |
)
|
226 |
|
227 |
-
demo.launch(share=True, auth=('username', '
|
|
|
224 |
outputs=flagged_successful,
|
225 |
)
|
226 |
|
227 |
+
demo.launch(share=True, auth=('username', 'password123'), auth_message="Check your <strong>Login details</strong> sent to your <i>email</i>")
|