Spaces:
Paused
Paused
smileycutie0 commited on
Fix
Browse files
app.py
CHANGED
|
@@ -98,10 +98,10 @@ with gr.Blocks(
|
|
| 98 |
interactive=False
|
| 99 |
)
|
| 100 |
|
| 101 |
-
with gr.Accordion("About", open=False):
|
| 102 |
gr.Markdown("""
|
| 103 |
* Created by [🍒 cherry-ghosts community](https://hf.co/cherry-ghosts)
|
| 104 |
-
* Powered by [🐝 Pollinations](https://pollinations.ai) | [GitHub](https://
|
| 105 |
""")
|
| 106 |
|
| 107 |
btn.click(
|
|
|
|
| 98 |
interactive=False
|
| 99 |
)
|
| 100 |
|
| 101 |
+
with gr.Accordion("About this UI", open=False):
|
| 102 |
gr.Markdown("""
|
| 103 |
* Created by [🍒 cherry-ghosts community](https://hf.co/cherry-ghosts)
|
| 104 |
+
* Powered by [🐝 Pollinations](https://pollinations.ai) | [GitHub](https://github.com/pollinations/pollinations)
|
| 105 |
""")
|
| 106 |
|
| 107 |
btn.click(
|