Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
|
@@ -20,4 +20,12 @@ h1 {
|
|
| 20 |
.gradio-container .gradio-inline-group {
|
| 21 |
height: 900px; /* Increase this value to make the chatbox taller */
|
| 22 |
width: 900px; /* Increase this value to make the chatbox wider */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
}
|
|
|
|
| 20 |
.gradio-container .gradio-inline-group {
|
| 21 |
height: 900px; /* Increase this value to make the chatbox taller */
|
| 22 |
width: 900px; /* Increase this value to make the chatbox wider */
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
.gradio-container .gradio-textbox {
|
| 27 |
+
font-size: 18px; /* Increase this value to make the text larger */
|
| 28 |
+
padding: 12px; /* Increase this value to add more padding inside the textbox */
|
| 29 |
+
line-height: 2.0; /* Increase this value to make the textbox taller */
|
| 30 |
+
|
| 31 |
}
|