Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,6 +92,7 @@ st.markdown(
|
|
| 92 |
.logo-container img {{
|
| 93 |
width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
|
| 94 |
max-width: 300px; /* Set a maximum width */
|
|
|
|
| 95 |
}}
|
| 96 |
</style>
|
| 97 |
<div class="logo-container">
|
|
|
|
| 92 |
.logo-container img {{
|
| 93 |
width: 50%; /* Adjust this to control the width, e.g., 50% of container width */
|
| 94 |
max-width: 300px; /* Set a maximum width */
|
| 95 |
+
background-color: transparent;
|
| 96 |
}}
|
| 97 |
</style>
|
| 98 |
<div class="logo-container">
|