Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ class GradioInterface:
|
|
159 |
with gr.Column(elem_classes=["container","input-container"]):
|
160 |
prompt_text = gr.Textbox(
|
161 |
label="Type the prompt (or let it empty to see metaprompt)",
|
162 |
-
|
163 |
)
|
164 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
165 |
gr.Markdown(explanation_markdown)
|
|
|
159 |
with gr.Column(elem_classes=["container","input-container"]):
|
160 |
prompt_text = gr.Textbox(
|
161 |
label="Type the prompt (or let it empty to see metaprompt)",
|
162 |
+
# elem_classes="no-background"
|
163 |
)
|
164 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
165 |
gr.Markdown(explanation_markdown)
|