Redmind commited on
Commit
1dd39fd
·
verified ·
1 Parent(s): 003a3c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -897,6 +897,6 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
897
  sample_button3.click(handle_query, [sample_button3, chatbot], [chatbot])
898
  sample_button4.click(handle_query, [sample_button4, chatbot], [chatbot])
899
 
900
- demo.unload(send_mail_with_history,[chatbot],[])
901
  #user_details for login page
902
  demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind")])
 
897
  sample_button3.click(handle_query, [sample_button3, chatbot], [chatbot])
898
  sample_button4.click(handle_query, [sample_button4, chatbot], [chatbot])
899
 
900
+ demo.unload(send_mail_with_history(chatbot))
901
  #user_details for login page
902
  demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind")])