wenjiao commited on
Commit
9984c00
1 Parent(s): 096bcd3

modify css

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -405,7 +405,7 @@ gradio-app {
405
  }
406
 
407
  footer {
408
- display: block !important;
409
  }
410
 
411
  .footer {
@@ -443,6 +443,7 @@ footer {
443
 
444
  .acknowledgments {
445
  margin-bottom: 1rem !important;
 
446
  }
447
  """
448
  )
 
405
  }
406
 
407
  footer {
408
+ display: none !important;
409
  }
410
 
411
  .footer {
 
443
 
444
  .acknowledgments {
445
  margin-bottom: 1rem !important;
446
+ height: 1rem;
447
  }
448
  """
449
  )