Redmind commited on
Commit
9eb64d9
·
verified ·
1 Parent(s): d2856b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",show_label=False)
 
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)