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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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