JeCabrera commited on
Commit
474ff81
·
verified ·
1 Parent(s): bf5f20d

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +9 -0
styles.py CHANGED
@@ -81,5 +81,14 @@ def get_custom_css():
81
  border-color: #3D89B8;
82
  border-radius: 5px;
83
  }
 
 
 
 
 
 
 
 
 
84
  </style>
85
  """
 
81
  border-color: #3D89B8;
82
  border-radius: 5px;
83
  }
84
+
85
+ /* Add border to the model response area */
86
+ [data-testid="column"][data-column-index="1"] > div {
87
+ border: 1px solid #3D89B8;
88
+ border-radius: 8px;
89
+ padding: 15px;
90
+ margin-top: 10px;
91
+ box-shadow: 0 2px 5px rgba(61, 137, 184, 0.1);
92
+ }
93
  </style>
94
  """