Spaces:
Running
Running
Update interface.py
Browse files- interface.py +1 -0
interface.py
CHANGED
@@ -34,6 +34,7 @@ css_customizado = """
|
|
34 |
border-radius: 20px !important;
|
35 |
padding: 20px !important;
|
36 |
margin: 20px 0 !important;
|
|
|
37 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
|
38 |
}
|
39 |
.resposta-container pre code {
|
|
|
34 |
border-radius: 20px !important;
|
35 |
padding: 20px !important;
|
36 |
margin: 20px 0 !important;
|
37 |
+
height: 5vh !important;
|
38 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
|
39 |
}
|
40 |
.resposta-container pre code {
|