Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -643,7 +643,7 @@ css = """
|
|
643 |
text-decoration: none;
|
644 |
font-size: 16px;
|
645 |
}
|
646 |
-
.
|
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="
|
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):
|