Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -900,5 +900,6 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
900 |
sample_button4.click(handle_query, [sample_button4, chatbot], [chatbot])
|
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$")]
|
|
|
900 |
sample_button4.click(handle_query, [sample_button4, chatbot], [chatbot])
|
901 |
|
902 |
#demo.unload(lambda: send_mail_with_history(chatbot))
|
903 |
+
demo.title = "RedmindGPT"
|
904 |
#user_details for login page
|
905 |
+
demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind"), ("NewageGlobal", "Newage123$")])
|