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