Kaixuanliu commited on
Commit
31f5608
1 Parent(s): 02b64ae

Update css_html_js.py

Browse files
Files changed (1) hide show
  1. css_html_js.py +3 -1
css_html_js.py CHANGED
@@ -3,7 +3,6 @@ custom_css = """
3
  .markdown-text {
4
  font-size: 16px !important;
5
  }
6
-
7
  #models-to-add-text {
8
  font-size: 18px !important;
9
  }
@@ -62,6 +61,9 @@ table th:first-child {
62
  #scale-logo .download {
63
  display: none;
64
  }
 
 
 
65
  #filter_type{
66
  border: 0;
67
  padding-left: 0;
 
3
  .markdown-text {
4
  font-size: 16px !important;
5
  }
 
6
  #models-to-add-text {
7
  font-size: 18px !important;
8
  }
 
61
  #scale-logo .download {
62
  display: none;
63
  }
64
+ #scale-logo .gradio-time {
65
+ display: none !important;
66
+ }
67
  #filter_type{
68
  border: 0;
69
  padding-left: 0;