Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -606,6 +606,11 @@ def answer_question(user_question, chatbot, audio=None):
|
|
606 |
# return response_text
|
607 |
|
608 |
css = """
|
|
|
|
|
|
|
|
|
|
|
609 |
.gr-chatbot {
|
610 |
/* Custom styles for the Chatbot component */
|
611 |
border: 1px solid #ccc;
|
|
|
606 |
# return response_text
|
607 |
|
608 |
css = """
|
609 |
+
.gradio-container {
|
610 |
+
width: 90%; /* Set the width as a percentage of the viewport */
|
611 |
+
max-width: 1200px; /* Optional: Set a maximum width */
|
612 |
+
margin: 0 auto; /* Center the container horizontally */
|
613 |
+
}
|
614 |
.gr-chatbot {
|
615 |
/* Custom styles for the Chatbot component */
|
616 |
border: 1px solid #ccc;
|