Commit
·
1d069cb
1
Parent(s):
69af349
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,10 @@ footer {display:none !important}
|
|
111 |
background-color: rgb(229,225,255) !important;
|
112 |
}
|
113 |
|
|
|
|
|
|
|
|
|
114 |
"""
|
115 |
demo = gr.Interface(
|
116 |
chat,
|
|
|
111 |
background-color: rgb(229,225,255) !important;
|
112 |
}
|
113 |
|
114 |
+
div[data-testid="user"] {
|
115 |
+
background-color: #253885 !important;
|
116 |
+
}
|
117 |
+
|
118 |
"""
|
119 |
demo = gr.Interface(
|
120 |
chat,
|