Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,6 +263,7 @@ input[type="radio"]:checked::after {
|
|
| 263 |
value="star",
|
| 264 |
elem_classes=["no-background", "radio-group"]
|
| 265 |
)
|
|
|
|
| 266 |
|
| 267 |
# Option 1: Put Examples here (before Meta Prompt explanation)
|
| 268 |
with gr.Accordion("Examples", open=False):
|
|
@@ -285,7 +286,7 @@ input[type="radio"]:checked::after {
|
|
| 285 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
| 286 |
gr.Markdown(explanation_markdown)
|
| 287 |
|
| 288 |
-
|
| 289 |
|
| 290 |
# Option 2: Or put Examples here (after the button)
|
| 291 |
# with gr.Accordion("Examples", open=False):
|
|
|
|
| 263 |
value="star",
|
| 264 |
elem_classes=["no-background", "radio-group"]
|
| 265 |
)
|
| 266 |
+
refine_button = gr.Button("Refine Prompt")
|
| 267 |
|
| 268 |
# Option 1: Put Examples here (before Meta Prompt explanation)
|
| 269 |
with gr.Accordion("Examples", open=False):
|
|
|
|
| 286 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
| 287 |
gr.Markdown(explanation_markdown)
|
| 288 |
|
| 289 |
+
|
| 290 |
|
| 291 |
# Option 2: Or put Examples here (after the button)
|
| 292 |
# with gr.Accordion("Examples", open=False):
|