Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
•
0e91c63
1
Parent(s):
c06298e
chore: disable share button in hugging face spaces
Browse files
web_assets/stylesheet/chatbot.css
CHANGED
@@ -203,6 +203,10 @@ hr.append-display {
|
|
203 |
.message div.icon-button > button[title="copy"] {
|
204 |
display: none;
|
205 |
}
|
|
|
|
|
|
|
|
|
206 |
|
207 |
|
208 |
/* history message */
|
|
|
203 |
.message div.icon-button > button[title="copy"] {
|
204 |
display: none;
|
205 |
}
|
206 |
+
/* disable share button and other buttons in hugging face spaces */
|
207 |
+
#chuanhu-chatbot > .wrapper > .icon-button {
|
208 |
+
display: none !important;
|
209 |
+
}
|
210 |
|
211 |
|
212 |
/* history message */
|