Redmind commited on
Commit
9cb5dd7
·
verified ·
1 Parent(s): 7a29948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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$")] , title="RedmindGPT")
 
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$")])