geeek commited on
Commit
2eca2a1
·
verified ·
1 Parent(s): ab2eac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ css = """
140
  a{
141
  color: var(--text-secondary) !important;
142
  }
143
- #huggingface-space-header, huggingface-space-header { display: none !important; }
144
  """
145
 
146
  token = os.environ["TOKEN"]
 
140
  a{
141
  color: var(--text-secondary) !important;
142
  }
143
+ footer, #huggingface-space-header, huggingface-space-header { display: none !important; }
144
  """
145
 
146
  token = os.environ["TOKEN"]