Update app.py
Browse files
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([
|
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
|