Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
219 |
border: 2px solid #a2a3a2; /* Border color */
|
220 |
padding: 10px; /* Space inside the border */
|
221 |
border-radius: 5px; /* Rounded corners */
|
222 |
-
background-color:
|
223 |
margin: 10px 0; /* Margin around the frame */
|
224 |
}
|
225 |
</style>
|
|
|
219 |
border: 2px solid #a2a3a2; /* Border color */
|
220 |
padding: 10px; /* Space inside the border */
|
221 |
border-radius: 5px; /* Rounded corners */
|
222 |
+
background-color: transparent;; /* Background color */
|
223 |
margin: 10px 0; /* Margin around the frame */
|
224 |
}
|
225 |
</style>
|