Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -193,16 +193,13 @@ footer {
|
|
193 |
display: none !important;
|
194 |
}
|
195 |
/* Ocultar a barra de navegação superior */
|
196 |
-
.
|
197 |
display: none !important;
|
198 |
}
|
199 |
-
.header {
|
200 |
display: none !important;
|
201 |
}
|
202 |
-
.
|
203 |
-
display: none !important;
|
204 |
-
}
|
205 |
-
.top-navigation {
|
206 |
display: none !important;
|
207 |
}
|
208 |
/* Para garantir que não haja espaço em branco no topo */
|
@@ -210,6 +207,16 @@ body {
|
|
210 |
padding-top: 0 !important;
|
211 |
margin-top: 0 !important;
|
212 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
"""
|
214 |
|
215 |
# Interface Gradio
|
|
|
193 |
display: none !important;
|
194 |
}
|
195 |
/* Ocultar a barra de navegação superior */
|
196 |
+
header.from-gray-50-to-white {
|
197 |
display: none !important;
|
198 |
}
|
199 |
+
.header-holder {
|
200 |
display: none !important;
|
201 |
}
|
202 |
+
.header-root {
|
|
|
|
|
|
|
203 |
display: none !important;
|
204 |
}
|
205 |
/* Para garantir que não haja espaço em branco no topo */
|
|
|
207 |
padding-top: 0 !important;
|
208 |
margin-top: 0 !important;
|
209 |
}
|
210 |
+
#gradio-app {
|
211 |
+
margin-top: 0 !important;
|
212 |
+
}
|
213 |
+
/* Remover qualquer espaço residual */
|
214 |
+
.pt-0\.5 {
|
215 |
+
padding-top: 0 !important;
|
216 |
+
}
|
217 |
+
.border-b {
|
218 |
+
border-bottom: none !important;
|
219 |
+
}
|
220 |
"""
|
221 |
|
222 |
# Interface Gradio
|