Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,14 @@ class GradioInterface:
|
|
124 |
background: white;
|
125 |
position: relative;
|
126 |
}
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
.container::before {
|
129 |
position: absolute;
|
130 |
top: -10px;
|
@@ -266,7 +273,7 @@ input[type="radio"]:checked::after {
|
|
266 |
refine_button = gr.Button("Refine Prompt")
|
267 |
|
268 |
# Option 1: Put Examples here (before Meta Prompt explanation)
|
269 |
-
with gr.Row(elem_classes=["
|
270 |
with gr.Accordion("Examples", open=False):
|
271 |
gr.Examples(
|
272 |
examples=[
|
|
|
124 |
background: white;
|
125 |
position: relative;
|
126 |
}
|
127 |
+
.container2 {
|
128 |
+
border: 1px solid #2196F3;
|
129 |
+
border-radius: 10px;
|
130 |
+
padding: 12px;
|
131 |
+
margin: 6px;
|
132 |
+
background: white;
|
133 |
+
position: relative;
|
134 |
+
}
|
135 |
.container::before {
|
136 |
position: absolute;
|
137 |
top: -10px;
|
|
|
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=[
|