Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with st.sidebar:
|
|
54 |
# Centrar el logo y eliminar el título de RoboCopy
|
55 |
col1, col2, col3 = st.columns([1, 2, 1])
|
56 |
with col2:
|
57 |
-
st.image("assets/robocopy_logo.png", width=
|
58 |
|
59 |
st.write('# Past Chats')
|
60 |
if st.session_state.get('chat_id') is None:
|
|
|
54 |
# Centrar el logo y eliminar el título de RoboCopy
|
55 |
col1, col2, col3 = st.columns([1, 2, 1])
|
56 |
with col2:
|
57 |
+
st.image("assets/robocopy_logo.png", width=300)
|
58 |
|
59 |
st.write('# Past Chats')
|
60 |
if st.session_state.get('chat_id') is None:
|