AbhayVG commited on
Commit
597040c
·
verified ·
1 Parent(s): b77e12e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -16
app.py CHANGED
@@ -613,30 +613,32 @@ st.markdown("""
613
  <div style='
614
  display: flex;
615
  align-items: center;
616
- justify-content: center;
617
- padding: 0.5rem 0;
618
- gap: 15px;
619
- border-bottom: 1px solid
620
- #e5e7eb;
621
  margin-bottom: 1rem;
 
622
  '>
623
- <img src='https://sustainability-lab.github.io/images/logo_light.svg'
624
- style='height: 40px;' />
 
625
  <h1 style='
626
  margin: 0;
627
- font-size: 1.8rem;
628
  font-weight: 700;
629
- color:
630
- #1f2937;
631
- line-height: 70px;
632
  '>VayuChat</h1>
 
633
  <span style='
634
- font-size: 0.9rem;
635
- color:
636
- #6b7280;
637
- line-height: 40px;
638
  font-weight: 500;
639
- '>AI Air Quality Analysis • Sustainability Lab, IIT Gandhinagar</span>
 
 
 
640
  </div>
641
  """, unsafe_allow_html=True)
642
 
 
613
  <div style='
614
  display: flex;
615
  align-items: center;
616
+ justify-content: space-between;
617
+ padding: 0.5rem 1rem;
618
+ border-bottom: 1px solid #e5e7eb;
 
 
619
  margin-bottom: 1rem;
620
+ width: 100%;
621
  '>
622
+ <img src='https://sustainability-lab.github.io/images/logo_dark.svg'
623
+ style='height: 50px; flex-shrink: 0;' />
624
+
625
  <h1 style='
626
  margin: 0;
627
+ font-size: 2rem;
628
  font-weight: 700;
629
+ color: #1f2937;
630
+ text-align: center;
631
+ flex-grow: 1;
632
  '>VayuChat</h1>
633
+
634
  <span style='
635
+ font-size: 1rem;
636
+ color: #6b7280;
 
 
637
  font-weight: 500;
638
+ text-align: right;
639
+ flex-shrink: 0;
640
+ white-space: nowrap;
641
+ '>AI Air Quality Analysis<br/>Sustainability Lab, IIT Gandhinagar</span>
642
  </div>
643
  """, unsafe_allow_html=True)
644