Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def inference(image):
|
|
122 |
# --- Custom CSS to hide footer ---
|
123 |
css_hide_footer = """
|
124 |
footer {display: none !important;}
|
125 |
-
#
|
126 |
button[data-testid="ShareButton"] {display: none !important;}
|
127 |
"""
|
128 |
|
|
|
122 |
# --- Custom CSS to hide footer ---
|
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 |
|