Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ class GradioInterface:
|
|
125 |
position: relative;
|
126 |
}
|
127 |
.container2 {
|
128 |
-
border: 1px solid #
|
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"
|
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=[
|