cutiee82 commited on
Commit
1b7c0e8
·
verified ·
1 Parent(s): 34305a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,8 +82,9 @@ with gr.Blocks(
82
  )
83
  clear_btn = gr.Button("Clear")
84
 
85
- with gr.Accordion("ℹ️ About", open=False):
86
  gr.Markdown(f"""
 
87
  * Created by [🍒 cherry-ghosts community](https://hf.co/cherry-ghosts)
88
  * Powered by [🌻 Pollinations.ai](https://pollinations.ai)
89
  * Running on [Gradio](https://www.gradio.app) v{gr.__version__}
 
82
  )
83
  clear_btn = gr.Button("Clear")
84
 
85
+ with gr.Accordion("ℹ️ About"):
86
  gr.Markdown(f"""
87
+ # 🍒 Cherry Dreamer
88
  * Created by [🍒 cherry-ghosts community](https://hf.co/cherry-ghosts)
89
  * Powered by [🌻 Pollinations.ai](https://pollinations.ai)
90
  * Running on [Gradio](https://www.gradio.app) v{gr.__version__}