baconnier commited on
Commit
ce3457b
1 Parent(s): be61e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,7 +125,7 @@ class GradioInterface:
125
  position: relative;
126
  }
127
  .container2 {
128
- border: 1px solid #2196F3;
129
  border-radius: 10px;
130
  padding: 12px;
131
  margin: 6px;
@@ -273,7 +273,7 @@ input[type="radio"]:checked::after {
273
  refine_button = gr.Button("Refine Prompt")
274
 
275
  # Option 1: Put Examples here (before Meta Prompt explanation)
276
- with gr.Row(elem_classes=["container2", "examples-container"]):
277
  with gr.Accordion("Examples", open=False):
278
  gr.Examples(
279
  examples=[
 
125
  position: relative;
126
  }
127
  .container2 {
128
+ border: 1px solid #CBDCEB;
129
  border-radius: 10px;
130
  padding: 12px;
131
  margin: 6px;
 
273
  refine_button = gr.Button("Refine Prompt")
274
 
275
  # Option 1: Put Examples here (before Meta Prompt explanation)
276
+ with gr.Row(elem_classes=["container2"]):
277
  with gr.Accordion("Examples", open=False):
278
  gr.Examples(
279
  examples=[