com3dian commited on
Commit
93cbec3
·
verified ·
1 Parent(s): 0e4bc41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #a2a3a2; /* 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>