com3dian commited on
Commit
ae440c0
·
verified ·
1 Parent(s): 92bfcdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
215
  frame_css = """
216
  <style>
217
  .framed-markdown {
218
- border: 2px solid #4CAF50; /* Border color */
219
  padding: 10px; /* Space inside the border */
220
  border-radius: 5px; /* Rounded corners */
221
  background-color: #f9f9f9; /* Background color */
 
215
  frame_css = """
216
  <style>
217
  .framed-markdown {
218
+ border: 2px solid #a2a3a2; /* Border color */
219
  padding: 10px; /* Space inside the border */
220
  border-radius: 5px; /* Rounded corners */
221
  background-color: #f9f9f9; /* Background color */