Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -555,7 +555,7 @@ def main():
|
|
555 |
with st.container():
|
556 |
st.markdown(f"""
|
557 |
<div style="display: flex; align-items: center;">
|
558 |
-
<img src='data:image/png;base64,{ci_icon}' style='width: 70px; height:
|
559 |
<span style='font-size: 24px;'><b>Welcome to Citizens Information chat. How can we help you today?</b></span>
|
560 |
</div>
|
561 |
""", unsafe_allow_html=True)
|
@@ -615,7 +615,7 @@ def main():
|
|
615 |
width: 80px;
|
616 |
}
|
617 |
.stTextArea textarea {
|
618 |
-
height:
|
619 |
}
|
620 |
</style>
|
621 |
""", unsafe_allow_html=True)
|
|
|
555 |
with st.container():
|
556 |
st.markdown(f"""
|
557 |
<div style="display: flex; align-items: center;">
|
558 |
+
<img src='data:image/png;base64,{ci_icon}' style='width: 70px; height: 70px; margin-right: 10px;'>
|
559 |
<span style='font-size: 24px;'><b>Welcome to Citizens Information chat. How can we help you today?</b></span>
|
560 |
</div>
|
561 |
""", unsafe_allow_html=True)
|
|
|
615 |
width: 80px;
|
616 |
}
|
617 |
.stTextArea textarea {
|
618 |
+
height: 80px;
|
619 |
}
|
620 |
</style>
|
621 |
""", unsafe_allow_html=True)
|