baconnier commited on
Commit
ace67cc
1 Parent(s): fb51cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- elem_classes="no-background"
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)