JeCabrera commited on
Commit
15d4fae
·
verified ·
1 Parent(s): d8f563a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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: