Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,7 +266,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.
|
| 270 |
with gr.Accordion("Examples", open=False):
|
| 271 |
gr.Examples(
|
| 272 |
examples=[
|
|
|
|
| 266 |
refine_button = gr.Button("Refine Prompt")
|
| 267 |
|
| 268 |
# Option 1: Put Examples here (before Meta Prompt explanation)
|
| 269 |
+
with gr.Row(elem_classes=["container", "examples-container"]):
|
| 270 |
with gr.Accordion("Examples", open=False):
|
| 271 |
gr.Examples(
|
| 272 |
examples=[
|