Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,8 @@ input[type="radio"]:checked::after {
|
|
| 261 |
with gr.Column(elem_classes=["container", "input-container"]):
|
| 262 |
prompt_text = gr.Textbox(
|
| 263 |
label="Type your prompt (or let it empty to see metaprompt)",
|
| 264 |
-
|
|
|
|
| 265 |
lines=5
|
| 266 |
)
|
| 267 |
meta_prompt_choice = gr.Radio(
|
|
|
|
| 261 |
with gr.Column(elem_classes=["container", "input-container"]):
|
| 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(
|