Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -262,7 +262,7 @@ input[type="radio"]:checked::after {
|
|
| 262 |
prompt_text = gr.Textbox(
|
| 263 |
label="Type your prompt (or let it empty to see metaprompt)",
|
| 264 |
# elem_classes="no-background",
|
| 265 |
-
elem_classes="container2",
|
| 266 |
lines=5
|
| 267 |
)
|
| 268 |
meta_prompt_choice = gr.Radio(
|
|
|
|
| 262 |
prompt_text = gr.Textbox(
|
| 263 |
label="Type your prompt (or let it empty to see metaprompt)",
|
| 264 |
# elem_classes="no-background",
|
| 265 |
+
#elem_classes="container2",
|
| 266 |
lines=5
|
| 267 |
)
|
| 268 |
meta_prompt_choice = gr.Radio(
|