Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ def inference(image):
|
|
123 |
css_hide_footer = """
|
124 |
footer {display: none !important;}
|
125 |
#component-12 {display: none !important;}
|
|
|
126 |
button[data-testid="ShareButton"] {display: none !important;}
|
127 |
"""
|
128 |
|
|
|
123 |
css_hide_footer = """
|
124 |
footer {display: none !important;}
|
125 |
#component-12 {display: none !important;}
|
126 |
+
#huggingface-space-header {display: none !important;}
|
127 |
button[data-testid="ShareButton"] {display: none !important;}
|
128 |
"""
|
129 |
|