Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -901,4 +901,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
901 |
|
902 |
#demo.unload(lambda: send_mail_with_history(chatbot))
|
903 |
#user_details for login page
|
904 |
-
demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind")])
|
|
|
901 |
|
902 |
#demo.unload(lambda: send_mail_with_history(chatbot))
|
903 |
#user_details for login page
|
904 |
+
demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind"), ("NewageGlobal", "Newage123$")] , title="RedmindGPT")
|