ananttripathiak commited on
Commit
eb6c9a0
Β·
verified Β·
1 Parent(s): 462d2ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -567,7 +567,7 @@ def create_interface():
567
  gr.HTML("""
568
  <div style="margin: 40px 0;">
569
  <div style="background: white; border-radius: 24px; padding: 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);">
570
- <h2 style="text-align: center; color: #333; font-size: 32px; margin: 0;">πŸ“Š Analysis Results</h2>
571
  </div>
572
  </div>
573
  """)
@@ -603,31 +603,31 @@ def create_interface():
603
 
604
  gr.HTML("""
605
  <div style="margin-top: 50px; padding: 40px; background: rgba(255, 255, 255, 0.95); border-radius: 20px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);">
606
- <h3 style="margin: 0 0 30px 0; color: #333; font-size: 24px;">πŸ› οΈ Built With Enterprise-Grade Technology</h3>
607
  <div style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 30px;">
608
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
609
  πŸ€– Transformers
610
  </span>
611
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
612
  🧠 Sentence-BERT
613
  </span>
614
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
615
  ⚑ FastAPI
616
  </span>
617
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
618
  🎨 Gradio
619
  </span>
620
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
621
  🐍 Python
622
  </span>
623
- <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 600; box-shadow: 0 3px 10px rgba(0,0,0,0.1);">
624
  🐳 Docker
625
  </span>
626
  </div>
627
- <p style="color: #666; margin: 15px 0 5px 0; font-size: 15px;">
628
  Made with ❀️ using MLOps best practices β€’ Deployed on HuggingFace Spaces
629
  </p>
630
- <p style="color: #999; margin: 5px 0 0 0; font-size: 13px;">
631
  Β© 2025 AI Resume Analyzer Pro. All rights reserved.
632
  </p>
633
  </div>
 
567
  gr.HTML("""
568
  <div style="margin: 40px 0;">
569
  <div style="background: white; border-radius: 24px; padding: 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);">
570
+ <h2 style="text-align: center; color: #000000; font-size: 32px; margin: 0; font-weight: 800;">πŸ“Š Analysis Results</h2>
571
  </div>
572
  </div>
573
  """)
 
603
 
604
  gr.HTML("""
605
  <div style="margin-top: 50px; padding: 40px; background: rgba(255, 255, 255, 0.95); border-radius: 20px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);">
606
+ <h3 style="margin: 0 0 30px 0; color: #000000; font-size: 28px; font-weight: 800;">πŸ› οΈ Built With Enterprise-Grade Technology</h3>
607
  <div style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 30px;">
608
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
609
  πŸ€– Transformers
610
  </span>
611
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
612
  🧠 Sentence-BERT
613
  </span>
614
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
615
  ⚑ FastAPI
616
  </span>
617
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
618
  🎨 Gradio
619
  </span>
620
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
621
  🐍 Python
622
  </span>
623
+ <span style="background: #f8f9fa; padding: 15px 25px; border-radius: 12px; font-weight: 700; box-shadow: 0 3px 10px rgba(0,0,0,0.1); color: #000000; font-size: 16px;">
624
  🐳 Docker
625
  </span>
626
  </div>
627
+ <p style="color: #000000; margin: 15px 0 5px 0; font-size: 17px; font-weight: 600;">
628
  Made with ❀️ using MLOps best practices β€’ Deployed on HuggingFace Spaces
629
  </p>
630
+ <p style="color: #000000; margin: 5px 0 0 0; font-size: 15px; font-weight: 600;">
631
  Β© 2025 AI Resume Analyzer Pro. All rights reserved.
632
  </p>
633
  </div>