Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 [email protected]", elem_classes="gr-button")
|
867 |
|
868 |
with gr.Row():
|
869 |
-
chatbot = gr.Chatbot(label="
|
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 [email protected]", 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):
|