Update app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,14 @@ 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 |
+
|
| 191 |
+
.icon-button-wrapper {
|
| 192 |
+
display: none !important;
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
label.svelte-1to105q {
|
| 196 |
+
display: none !important;
|
| 197 |
+
}
|
| 198 |
""") as demo:
|
| 199 |
gr.HTML("""
|
| 200 |
<script>
|