Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 [email protected]", elem_classes="gr-button")
|
| 882 |
|
| 883 |
with gr.Row():
|
| 884 |
-
chatbot = gr.Chatbot(label="Select any of the above
|
| 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 [email protected]", 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):
|