Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,15 @@ footer, .footer, .gradio-container footer, .built-with, [class*="footer"], .grad
|
|
| 50 |
height: 0 !important;
|
| 51 |
}
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
/* HOME Button Style */
|
| 54 |
.home-button-container {
|
| 55 |
display: flex;
|
|
|
|
| 50 |
height: 0 !important;
|
| 51 |
}
|
| 52 |
|
| 53 |
+
############## 중요
|
| 54 |
+
/* 우측 상단 허깅페이스 탭/버튼 숨기기 */
|
| 55 |
+
.gr-share-btn, button[title="Share"], a[href*="huggingface.co"],
|
| 56 |
+
.svelte-1ed2p3z, [class*="share"], .gr-button-tool,
|
| 57 |
+
.gradio-container > .main > .wrap > header button {
|
| 58 |
+
display: none !important;
|
| 59 |
+
visibility: hidden !important;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
/* HOME Button Style */
|
| 63 |
.home-button-container {
|
| 64 |
display: flex;
|