Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,6 @@ def generate_and_extract_glb(
|
|
| 180 |
|
| 181 |
with gr.Blocks(
|
| 182 |
delete_cache=(600, 600),
|
| 183 |
-
show_footer=False,
|
| 184 |
css="""
|
| 185 |
.gradio-container {
|
| 186 |
background: #1A1A1A !important;
|
|
@@ -188,10 +187,17 @@ with gr.Blocks(
|
|
| 188 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
|
| 189 |
}
|
| 190 |
|
| 191 |
-
.gradio-container .footer
|
|
|
|
|
|
|
|
|
|
| 192 |
display: none !important;
|
| 193 |
}
|
| 194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
.gradio-container h1, .gradio-container h2, .gradio-container h3 {
|
| 196 |
color: #FFFFFF !important;
|
| 197 |
font-weight: bold !important;
|
|
|
|
| 180 |
|
| 181 |
with gr.Blocks(
|
| 182 |
delete_cache=(600, 600),
|
|
|
|
| 183 |
css="""
|
| 184 |
.gradio-container {
|
| 185 |
background: #1A1A1A !important;
|
|
|
|
| 187 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
|
| 188 |
}
|
| 189 |
|
| 190 |
+
.gradio-container .footer,
|
| 191 |
+
.gradio-container footer,
|
| 192 |
+
.gradio-container [data-testid="footer"],
|
| 193 |
+
.gradio-container .gradio-footer {
|
| 194 |
display: none !important;
|
| 195 |
}
|
| 196 |
|
| 197 |
+
.gradio-container .gradio-container {
|
| 198 |
+
padding-bottom: 0 !important;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
.gradio-container h1, .gradio-container h2, .gradio-container h3 {
|
| 202 |
color: #FFFFFF !important;
|
| 203 |
font-weight: bold !important;
|