Redmind commited on
Commit
2ddea40
·
verified ·
1 Parent(s): 8d2a5fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -866,7 +866,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
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="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_classes="chatbot_gpt")
870
 
871
  with gr.Row():
872
  with gr.Column(scale=2):
 
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")
870
 
871
  with gr.Row():
872
  with gr.Column(scale=2):