Update app.py
Browse files
app.py
CHANGED
@@ -613,32 +613,30 @@ st.markdown("""
|
|
613 |
<div style='
|
614 |
display: flex;
|
615 |
align-items: center;
|
616 |
-
justify-content:
|
617 |
-
padding: 0.5rem
|
618 |
-
|
|
|
|
|
619 |
margin-bottom: 1rem;
|
620 |
-
width: 100%;
|
621 |
'>
|
622 |
-
<img src='https://sustainability-lab.github.io/images/
|
623 |
-
style='height:
|
624 |
-
|
625 |
<h1 style='
|
626 |
margin: 0;
|
627 |
-
font-size:
|
628 |
font-weight: 700;
|
629 |
-
color:
|
630 |
-
|
631 |
-
|
632 |
'>VayuChat</h1>
|
633 |
-
|
634 |
<span style='
|
635 |
-
font-size:
|
636 |
-
color:
|
|
|
|
|
637 |
font-weight: 500;
|
638 |
-
|
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 |
|
|
|
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: 100px;' />
|
|
|
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 |
|