Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ input[type="radio"]:checked::after {
|
|
| 269 |
["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
|
| 270 |
label="Choose Meta Prompt",
|
| 271 |
value="star",
|
| 272 |
-
elem_classes=["no-background", "radio-group"]
|
| 273 |
)
|
| 274 |
refine_button = gr.Button("Refine Prompt")
|
| 275 |
|
|
@@ -311,7 +311,7 @@ input[type="radio"]:checked::after {
|
|
| 311 |
interactive=False,
|
| 312 |
show_label=True, # Must be True for copy button to show
|
| 313 |
show_copy_button=True, # Adds the copy button
|
| 314 |
-
|
| 315 |
)
|
| 316 |
gr.Markdown("### Explanation of Refinements")
|
| 317 |
explanation_of_refinements = gr.Markdown()
|
|
@@ -334,7 +334,7 @@ input[type="radio"]:checked::after {
|
|
| 334 |
],
|
| 335 |
value="meta-llama/Meta-Llama-3-70B-Instruct",
|
| 336 |
label="Choose the Model",
|
| 337 |
-
|
| 338 |
)
|
| 339 |
apply_button = gr.Button("Apply MetaPrompt")
|
| 340 |
|
|
|
|
| 269 |
["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
|
| 270 |
label="Choose Meta Prompt",
|
| 271 |
value="star",
|
| 272 |
+
#elem_classes=["no-background", "radio-group"]
|
| 273 |
)
|
| 274 |
refine_button = gr.Button("Refine Prompt")
|
| 275 |
|
|
|
|
| 311 |
interactive=False,
|
| 312 |
show_label=True, # Must be True for copy button to show
|
| 313 |
show_copy_button=True, # Adds the copy button
|
| 314 |
+
# elem_classes="no-background"
|
| 315 |
)
|
| 316 |
gr.Markdown("### Explanation of Refinements")
|
| 317 |
explanation_of_refinements = gr.Markdown()
|
|
|
|
| 334 |
],
|
| 335 |
value="meta-llama/Meta-Llama-3-70B-Instruct",
|
| 336 |
label="Choose the Model",
|
| 337 |
+
# elem_classes="no-background"
|
| 338 |
)
|
| 339 |
apply_button = gr.Button("Apply MetaPrompt")
|
| 340 |
|