Update app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ with gr.Blocks(css="""
|
|
| 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>
|
|
|
|
| 187 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 188 |
footer { display: none !important; }
|
| 189 |
.svelte-1ipelgc { display: none !important; }
|
| 190 |
+
#chatbox .icon-btn { display: none !important; }
|
| 191 |
""") as demo:
|
| 192 |
gr.HTML("""
|
| 193 |
<script>
|