Redmind commited on
Commit
31dfbb3
·
verified ·
1 Parent(s): 9cb5dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -863,7 +863,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
863
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
864
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
865
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
866
- sample_button4 = gr.Button("I want to analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH and send email to lakshmivairamani@gmail.com", elem_classes="gr-button")
867
 
868
  with gr.Row():
869
  chatbot = gr.Chatbot(label="Select any of the above questions to experience RedmindGPT.",elem_classes="chatbot_gpt")
@@ -900,6 +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
- demo.title = "RedmindGPT"
904
  #user_details for login page
905
  demo.launch(auth=[("lakshmi", "redmind"), ("arun", "redmind"), ("NewageGlobal", "Newage123$")])
 
863
  sample_button1 = gr.Button("What are the active warehouses available",elem_classes="gr-button")
864
  sample_button2 = gr.Button("Explain Pre-Receiving Yard Management",elem_classes="gr-button")
865
  sample_button3 = gr.Button("Can you generate a pie chart with item names and quantities in warehouse WH",elem_classes="gr-button")
866
+ sample_button4 = gr.Button("Analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH & send email to meetarun@gmail.com", elem_classes="gr-button")
867
 
868
  with gr.Row():
869
  chatbot = gr.Chatbot(label="Select any of the above questions to experience RedmindGPT.",elem_classes="chatbot_gpt")
 
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$")])