AlanOC commited on
Commit
e4e7dcc
·
verified ·
1 Parent(s): b3eff78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: 30px; 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,7 +615,7 @@ def main():
615
  width: 80px;
616
  }
617
  .stTextArea textarea {
618
- height: 100px;
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)