mery22 commited on
Commit
b29828d
1 Parent(s): f8b17df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def chatbot_response(user_input):
10
  # Streamlit components
11
 
12
  # Create columns for logos
13
- col1, col2, col3 = st.columns([3, 6, 2])
14
 
15
  with col1:
16
  st.image("Design 3_2 (1).png", use_column_width=True) # Adjust image path and size as needed
 
10
  # Streamlit components
11
 
12
  # Create columns for logos
13
+ col1, col2, col3 = st.columns([2, 6, 2])
14
 
15
  with col1:
16
  st.image("Design 3_2 (1).png", use_column_width=True) # Adjust image path and size as needed