File size: 679 Bytes
e83e833
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acd88af
 
 
 
 
 
 
 
e83e833
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 */

}