Spaces:
Running
Running
RaniRahbani
commited on
Commit
•
9d8a31f
1
Parent(s):
f5860b8
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.ChatInterface(
|
|
74 |
# label="Top-p (nucleus sampling)",
|
75 |
# ),
|
76 |
# ],
|
77 |
-
css=".svelte-7ddecg h1 {color: #64A149 !important; }"
|
78 |
)
|
79 |
|
80 |
|
|
|
74 |
# label="Top-p (nucleus sampling)",
|
75 |
# ),
|
76 |
# ],
|
77 |
+
css=".svelte-7ddecg h1, .message p {color: #64A149 !important; } .message{background-color: #64A149 !important; }"
|
78 |
)
|
79 |
|
80 |
|