Vinh Nguyen commited on
Commit
77d928e
1 Parent(s): fca74bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ st.markdown(
28
  msgs = StreamlitChatMessageHistory()
29
 
30
  with st.container():
31
- col1, col2 = st.columns([0.3, 0.8])
32
  with col1:
33
  st.image(
34
  "./assets/app_icon.png",
 
28
  msgs = StreamlitChatMessageHistory()
29
 
30
  with st.container():
31
+ col1, col2 = st.columns([0.2, 0.8])
32
  with col1:
33
  st.image(
34
  "./assets/app_icon.png",