Redmind commited on
Commit
3b0ddd1
·
verified ·
1 Parent(s): 90bb409

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -643,7 +643,10 @@ css = """
643
  text-decoration: none;
644
  font-size: 16px;
645
  }
646
-
 
 
 
647
  .logout-link a:hover {
648
  text-decoration: underline; /* Underline on hover */
649
  }
@@ -666,7 +669,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
666
  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")
667
 
668
  with gr.Row():
669
- chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.")
670
 
671
  with gr.Row():
672
  with gr.Column(scale=2):
 
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
+ }
650
  .logout-link a:hover {
651
  text-decoration: underline; /* Underline on hover */
652
  }
 
669
  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")
670
 
671
  with gr.Row():
672
+ chatbot = gr.Chatbot(label="Ask a question about the API, Database, a Document or Warehouse inventory analysis.",elem_id="chatbot")
673
 
674
  with gr.Row():
675
  with gr.Column(scale=2):