Spaces:
Running
Running
Update interface.py
Browse files- interface.py +6 -1
interface.py
CHANGED
@@ -17,7 +17,12 @@ css_customizado = """
|
|
17 |
.modelo-dropdown { margin-bottom: 15px !important; }
|
18 |
.unequal-height.svelte-1xp0cw7 {align-items: normal !important;}
|
19 |
div.svelte-1xp0cw7 {display: grid !important;}
|
20 |
-
#id {height:33vh}
|
|
|
|
|
|
|
|
|
|
|
21 |
"""
|
22 |
|
23 |
def criar_interface():
|
|
|
17 |
.modelo-dropdown { margin-bottom: 15px !important; }
|
18 |
.unequal-height.svelte-1xp0cw7 {align-items: normal !important;}
|
19 |
div.svelte-1xp0cw7 {display: grid !important;}
|
20 |
+
#id {height:33vh !important;}
|
21 |
+
#entrada_usuario textarea {
|
22 |
+
color: white !important;
|
23 |
+
font-size: x-large !important;
|
24 |
+
background-color: #1a1a1a !important; /* opcional: fundo escuro para combinar com o texto branco */
|
25 |
+
}
|
26 |
"""
|
27 |
|
28 |
def criar_interface():
|