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