Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,9 @@ with gr.Blocks(
|
|
82 |
)
|
83 |
clear_btn = gr.Button("Clear")
|
84 |
|
85 |
-
with gr.Accordion("ℹ️ About"
|
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__}
|