Redmind commited on
Commit
a1957af
·
verified ·
1 Parent(s): d0ce3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -643,7 +643,7 @@ css = """
643
  text-decoration: none;
644
  font-size: 16px;
645
  }
646
- .chatbot {
647
  width: 800px; /* Adjust width as needed */
648
  height: 600px; /* Adjust height as needed */
649
  }
@@ -672,7 +672,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
672
  sample_button4 = gr.Button("I want to analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH", elem_classes="gr-button")
673
 
674
  with gr.Row():
675
- chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_classes="chatbot")
676
 
677
  with gr.Row():
678
  with gr.Column(scale=2):
 
643
  text-decoration: none;
644
  font-size: 16px;
645
  }
646
+ .chatbot_gpt {
647
  width: 800px; /* Adjust width as needed */
648
  height: 600px; /* Adjust height as needed */
649
  }
 
672
  sample_button4 = gr.Button("I want to analyze item name and quantity for different customers in a stacked bar chart for the warehouse WH", elem_classes="gr-button")
673
 
674
  with gr.Row():
675
+ chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_classes="chatbot_gpt")
676
 
677
  with gr.Row():
678
  with gr.Column(scale=2):