sourav520 commited on
Commit
a16970a
·
verified ·
1 Parent(s): bf9eb9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #share-btn-container {display: none !important;}
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