Spaces:
Runtime error
Runtime error
Vinh Nguyen commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ st.markdown(
|
|
| 28 |
msgs = StreamlitChatMessageHistory()
|
| 29 |
|
| 30 |
with st.container():
|
| 31 |
-
col1, col2 = st.columns([0.
|
| 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",
|