Redmind commited on
Commit
08e9c4c
·
verified ·
1 Parent(s): 3d974ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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;