caarleexx commited on
Commit
923eca8
verified
1 Parent(s): 9a0bce4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -16
app.py CHANGED
@@ -202,7 +202,7 @@ body::after {
202
 
203
  .brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
204
 
205
- .brand-logo { height: 36px; width: auto; object-fit: contain; }
206
 
207
  .brand-sep { width: 1px; height: 20px; background: var(--bd-2); }
208
 
@@ -241,7 +241,7 @@ body::after {
241
  }
242
 
243
  .hero-logo-wrap { margin-bottom: 28px; }
244
- .hero-logo { height: 90px; width: auto; object-fit: contain; filter: drop-shadow(0 0 24px rgba(201,168,76,.15)); }
245
 
246
  .hero-sub {
247
  font-size: .8rem;
@@ -623,11 +623,7 @@ def index():
623
  <!-- TOPBAR -->
624
  <nav class="topbar">
625
  <a href="/" class="brand">
626
- <img src="https://huggingface.co/spaces/caarleexx/paraAI_CHATBOT/resolve/main/public/logo_light.png"
627
- alt="PARA AI" class="brand-logo"
628
- onerror="this.style.display='none'">
629
- <div class="brand-sep"></div>
630
- <span class="brand-label">Jurisprud锚ncia STF</span>
631
  </a>
632
  <div class="topbar-right">
633
  <span class="status-dot">online</span>
@@ -641,13 +637,12 @@ def index():
641
  <div class="hero-glow"></div>
642
 
643
  <div class="hero-logo-wrap">
644
- <img src="https://huggingface.co/spaces/caarleexx/paraAI_CHATBOT/resolve/main/public/logo_light.png"
645
  alt="PARA AI" class="hero-logo"
646
  onerror="this.style.display='none'">
647
  </div>
648
 
649
- <p class="hero-sub">Supremo Tribunal Federal 路 Pesquisa Jurisprudencial</p>
650
- <h1 class="hero-title">Busque ac贸rd茫os e decis玫es<br><em>com precis茫o.</em></h1>
651
 
652
  <!-- SEARCH -->
653
  <div class="search-wrap">
@@ -936,10 +931,7 @@ def documento_detalhe(doc_id):
936
  <!-- TOPBAR -->
937
  <nav class="topbar">
938
  <a href="/" class="brand">
939
- <img src="https://huggingface.co/spaces/caarleexx/paraAI_CHATBOT/resolve/main/public/logo_light.png"
940
- alt="PARA AI" class="brand-logo" onerror="this.style.display='none'">
941
- <div class="brand-sep"></div>
942
- <span class="brand-label">Jurisprud锚ncia STF</span>
943
  </a>
944
  <div class="topbar-right">
945
  <a href="/" class="back-link">
@@ -964,8 +956,8 @@ def documento_detalhe(doc_id):
964
  <div id="docWrap" style="display:none"></div>
965
 
966
  <footer class="footer">
967
- <span class="footer-brand">PARA<span>|AI</span></span>
968
- <span class="footer-note">Dados: jurisprudencia.stf.jus.br 路 uso n茫o-oficial</span>
969
  </footer>
970
  </div>
971
 
 
202
 
203
  .brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
204
 
205
+ .brand-logo { height: 52px; width: auto; object-fit: contain; }
206
 
207
  .brand-sep { width: 1px; height: 20px; background: var(--bd-2); }
208
 
 
241
  }
242
 
243
  .hero-logo-wrap { margin-bottom: 28px; }
244
+ .hero-logo { height: 186px; width: auto; object-fit: contain; filter: drop-shadow(0 0 24px rgba(201,168,76,.15)); }
245
 
246
  .hero-sub {
247
  font-size: .8rem;
 
623
  <!-- TOPBAR -->
624
  <nav class="topbar">
625
  <a href="/" class="brand">
626
+ <span class="brand-label">STF | TJPR</span>
 
 
 
 
627
  </a>
628
  <div class="topbar-right">
629
  <span class="status-dot">online</span>
 
637
  <div class="hero-glow"></div>
638
 
639
  <div class="hero-logo-wrap">
640
+ <img src="https://huggingface.co/spaces/caarleexx/paraAI_CHATBOT/resolve/main/public/logo.png"
641
  alt="PARA AI" class="hero-logo"
642
  onerror="this.style.display='none'">
643
  </div>
644
 
645
+ <h1 class="hero-title">Busque ac贸rd茫os e decis玫es<br></h1>
 
646
 
647
  <!-- SEARCH -->
648
  <div class="search-wrap">
 
931
  <!-- TOPBAR -->
932
  <nav class="topbar">
933
  <a href="/" class="brand">
934
+ <span class="brand-label">STF - TJPR</span>
 
 
 
935
  </a>
936
  <div class="topbar-right">
937
  <a href="/" class="back-link">
 
956
  <div id="docWrap" style="display:none"></div>
957
 
958
  <footer class="footer">
959
+ <span class="footer-brand">PARA<span>AI</span></span>
960
+ <span class="footer-note">CONVERGET LAW TECHNOLOGIES</span>
961
  </footer>
962
  </div>
963