Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,23 +90,24 @@ custom_css = """
|
|
| 90 |
border-color: #444 !important;
|
| 91 |
}
|
| 92 |
|
| 93 |
-
/* Hugging Face footer –
|
| 94 |
footer {
|
| 95 |
-
opacity: 0.
|
| 96 |
-
font-size: 0.
|
| 97 |
-
padding:
|
| 98 |
line-height: 1 !important;
|
| 99 |
}
|
| 100 |
|
| 101 |
footer a {
|
| 102 |
-
color: #
|
| 103 |
text-decoration: none !important;
|
| 104 |
}
|
| 105 |
|
| 106 |
.dark footer {
|
| 107 |
background: transparent !important;
|
| 108 |
-
color: #
|
| 109 |
}
|
|
|
|
| 110 |
"""
|
| 111 |
|
| 112 |
# 3. Secure Chat Logic
|
|
|
|
| 90 |
border-color: #444 !important;
|
| 91 |
}
|
| 92 |
|
| 93 |
+
/* Hugging Face footer – almost invisible */
|
| 94 |
footer {
|
| 95 |
+
opacity: 0.05 !important; /* nearly invisible */
|
| 96 |
+
font-size: 0.45rem !important; /* tiniest readable text */
|
| 97 |
+
padding: 1px 0 !important; /* minimal height */
|
| 98 |
line-height: 1 !important;
|
| 99 |
}
|
| 100 |
|
| 101 |
footer a {
|
| 102 |
+
color: #aaa !important; /* very light links */
|
| 103 |
text-decoration: none !important;
|
| 104 |
}
|
| 105 |
|
| 106 |
.dark footer {
|
| 107 |
background: transparent !important;
|
| 108 |
+
color: #aaa !important;
|
| 109 |
}
|
| 110 |
+
|
| 111 |
"""
|
| 112 |
|
| 113 |
# 3. Secure Chat Logic
|