Redmind commited on
Commit
acdf5c3
·
verified ·
1 Parent(s): 4c2c953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -881,7 +881,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
881
  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")
882
 
883
  with gr.Row():
884
- chatbot = gr.Chatbot(label="Select any of the above questions to experience RedmindGPT.",elem_classes="chatbot_gpt")
885
 
886
  with gr.Row():
887
  with gr.Column(scale=2):
 
881
  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")
882
 
883
  with gr.Row():
884
+ chatbot = gr.Chatbot(label="Select any of the questions listed above to experience RedmindGPT in action.",elem_classes="chatbot_gpt")
885
 
886
  with gr.Row():
887
  with gr.Column(scale=2):