h1 { text-align: center; display: block; } #duplicate-button { margin: auto; color: white; background: #1565c0; border-radius: 100vh; } .contain { max-width: 900px; margin: auto; padding-top: 1.5rem; } .gradio-container .gradio-inline-group { height: 900px; /* Increase this value to make the chatbox taller */ width: 900px; /* Increase this value to make the chatbox wider */ } .gradio-container .gradio-textbox { font-size: 18px; /* Increase this value to make the text larger */ padding: 12px; /* Increase this value to add more padding inside the textbox */ line-height: 2.0; /* Increase this value to make the textbox taller */ }