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