Update app.py
Browse files
app.py
CHANGED
|
@@ -184,9 +184,10 @@ with gr.Blocks(css="""
|
|
| 184 |
background-color: transparent !important;
|
| 185 |
}
|
| 186 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 187 |
-
#chatbox .message.assistant { background-color: #ffffff !important;
|
| 188 |
footer { display: none !important; }
|
| 189 |
.svelte-1ipelgc { display: none !important; }
|
|
|
|
| 190 |
""") as demo:
|
| 191 |
gr.HTML("""
|
| 192 |
<script>
|
|
|
|
| 184 |
background-color: transparent !important;
|
| 185 |
}
|
| 186 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 187 |
+
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 188 |
footer { display: none !important; }
|
| 189 |
.svelte-1ipelgc { display: none !important; }
|
| 190 |
+
|
| 191 |
""") as demo:
|
| 192 |
gr.HTML("""
|
| 193 |
<script>
|