FeilongTang commited on
Commit
b4e26aa
·
1 Parent(s): fefff2e

Remove 'by lmms-lab' chip from hero

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -814,17 +814,6 @@ CUSTOM_CSS = """
814
  letter-spacing: -0.028em;
815
  line-height: 1.04;
816
  }
817
- #ovc-hero .by-line {
818
- display: inline-block;
819
- font-size: 0.78rem;
820
- font-weight: 600;
821
- color: #4f46e5;
822
- background: rgba(79,70,229,0.10);
823
- padding: 3px 10px;
824
- border-radius: 999px;
825
- margin-bottom: 10px;
826
- letter-spacing: 0.04em;
827
- }
828
  #ovc-hero p.tagline {
829
  font-size: 1.05rem;
830
  color: var(--body-text-color-subdued);
@@ -1063,8 +1052,7 @@ CUSTOM_CSS = """
1063
  #ovc-hero { padding: 28px 14px 16px; border-radius: 16px; margin-bottom: 12px; }
1064
  #ovc-hero h1 { font-size: 2.05rem; letter-spacing: -0.02em; }
1065
  #ovc-hero p.tagline { font-size: 0.96rem; line-height: 1.5; margin-bottom: 12px; }
1066
- #ovc-hero .by-line { font-size: 0.72rem; padding: 2px 9px; }
1067
- .ovc-links { gap: 6px; margin-top: 10px; }
1068
  .ovc-links a { font-size: 0.78rem; padding: 5px 10px; }
1069
  /* Cards tighter */
1070
  .ovc-card { padding: 12px 14px !important; border-radius: 14px !important; }
@@ -1107,7 +1095,6 @@ THEME = gr.themes.Soft(
1107
 
1108
  HERO_HTML = """
1109
  <div id="ovc-hero">
1110
- <span class="by-line">by lmms-lab</span>
1111
  <h1>OneVision Encoder</h1>
1112
  <p class="tagline">
1113
  Codec-style patch saliency for video understanding &mdash; see which
 
814
  letter-spacing: -0.028em;
815
  line-height: 1.04;
816
  }
 
 
 
 
 
 
 
 
 
 
 
817
  #ovc-hero p.tagline {
818
  font-size: 1.05rem;
819
  color: var(--body-text-color-subdued);
 
1052
  #ovc-hero { padding: 28px 14px 16px; border-radius: 16px; margin-bottom: 12px; }
1053
  #ovc-hero h1 { font-size: 2.05rem; letter-spacing: -0.02em; }
1054
  #ovc-hero p.tagline { font-size: 0.96rem; line-height: 1.5; margin-bottom: 12px; }
1055
+ .ovc-links { gap: 6px; margin-top: 10px; }
 
1056
  .ovc-links a { font-size: 0.78rem; padding: 5px 10px; }
1057
  /* Cards tighter */
1058
  .ovc-card { padding: 12px 14px !important; border-radius: 14px !important; }
 
1095
 
1096
  HERO_HTML = """
1097
  <div id="ovc-hero">
 
1098
  <h1>OneVision Encoder</h1>
1099
  <p class="tagline">
1100
  Codec-style patch saliency for video understanding &mdash; see which