JeCabrera commited on
Commit
449e0ce
·
verified ·
1 Parent(s): d5ae550

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +1 -1
styles.py CHANGED
@@ -122,7 +122,7 @@ def get_response_html_wrapper(content):
122
  Wraps content in a styled div with COPYXPERT branding
123
  """
124
  return f"""
125
- <div style="padding: 15px; border: 2px solid #3D89B8; border-radius: 8px; box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1);">
126
  <h3 style="color: #1A3A5F; padding-bottom: 10px; border-bottom: 1px solid #3D89B8; margin-bottom: 15px;">Oferta Generada</h3>
127
  <p>{content}</p>
128
  </div>
 
122
  Wraps content in a styled div with COPYXPERT branding
123
  """
124
  return f"""
125
+ <div style="padding: 15px; border: 2px solid #3D89B8; border-radius: 8px; box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1); margin-bottom: 15px;">
126
  <h3 style="color: #1A3A5F; padding-bottom: 10px; border-bottom: 1px solid #3D89B8; margin-bottom: 15px;">Oferta Generada</h3>
127
  <p>{content}</p>
128
  </div>