Spaces:
Running
Running
Update interface.py
Browse files- interface.py +3 -0
interface.py
CHANGED
@@ -118,6 +118,9 @@ css_customizado = """
|
|
118 |
}
|
119 |
#component-6{flex-grow: initial !important;}
|
120 |
#component-7{flex-grow: initial !important;}
|
|
|
|
|
|
|
121 |
"""
|
122 |
|
123 |
def criar_interface():
|
|
|
118 |
}
|
119 |
#component-6{flex-grow: initial !important;}
|
120 |
#component-7{flex-grow: initial !important;}
|
121 |
+
.message-wrap.svelte-gjtrl6 .prose.chatbot.md {
|
122 |
+
opacity: 1 !important;
|
123 |
+
}
|
124 |
"""
|
125 |
|
126 |
def criar_interface():
|