Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ st.markdown(
|
|
102 |
}}
|
103 |
.logo-container img {{
|
104 |
width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
|
|
|
105 |
max-width: 700px; /* Set a maximum width */
|
106 |
background-color: transparent;
|
107 |
}}
|
|
|
102 |
}}
|
103 |
.logo-container img {{
|
104 |
width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
|
105 |
+
margin: 0 auto;
|
106 |
max-width: 700px; /* Set a maximum width */
|
107 |
background-color: transparent;
|
108 |
}}
|