baconnier commited on
Commit
581c8bf
1 Parent(s): 71887c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ class GradioInterface:
156
  inputs=[prompt_text, refined_prompt, apply_model],
157
  outputs=[original_output, refined_output]
158
  )
159
- with gr.Accordion("Examples", open=False):
160
  gr.Examples(
161
  examples=[
162
  ["Write a story on the end of prompt engineering replaced by an Ai specialized in refining prompts.", "star"],
 
156
  inputs=[prompt_text, refined_prompt, apply_model],
157
  outputs=[original_output, refined_output]
158
  )
159
+ with gr.Accordion("Examples", open=True):
160
  gr.Examples(
161
  examples=[
162
  ["Write a story on the end of prompt engineering replaced by an Ai specialized in refining prompts.", "star"],