Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,8 +224,9 @@ input[type="radio"]:checked::after {
|
|
224 |
|
225 |
with gr.Column(elem_classes=["container", "input-container"]):
|
226 |
prompt_text = gr.Textbox(
|
227 |
-
label="Type
|
228 |
-
elem_classes="no-background"
|
|
|
229 |
)
|
230 |
meta_prompt_choice = gr.Radio(
|
231 |
["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
|
|
|
224 |
|
225 |
with gr.Column(elem_classes=["container", "input-container"]):
|
226 |
prompt_text = gr.Textbox(
|
227 |
+
label="Type your prompt (or let it empty to see metaprompt)",
|
228 |
+
elem_classes="no-background",
|
229 |
+
lines=8
|
230 |
)
|
231 |
meta_prompt_choice = gr.Radio(
|
232 |
["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
|