Spaces:
Running
Running
RaniRahbani
commited on
Commit
•
a7adda9
1
Parent(s):
1f343b0
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; } .message{background-color: #64A149 !important; } .message p, .message * {color: white !important; } .example.svelte-1sepu1.svelte-1sepu1:hover {background-color: #64A149 !important; border-color: #64A149 !important;}"
|
78 |
)
|
79 |
|
80 |
|
|
|
74 |
# label="Top-p (nucleus sampling)",
|
75 |
# ),
|
76 |
# ],
|
77 |
+
css=".svelte-7ddecg h1 {color: #64A149 !important; } .message{background-color: #64A149 !important; border-color: #64A149 !important;} .message p, .message * {color: white !important; } .example.svelte-1sepu1.svelte-1sepu1:hover {background-color: #64A149 !important; border-color: #64A149 !important;}"
|
78 |
)
|
79 |
|
80 |
|