cutiee82 commited on
Commit
f2bbc1c
Β·
verified Β·
1 Parent(s): 7acd290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,9 +99,10 @@ with gr.Blocks(
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(
 
99
  )
100
 
101
  with gr.Accordion("About this UI", open=False):
102
+ gr.Markdown(f"""
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
+ * Running on [Gradio](https://www.gradio.app) v{gr.__version__}
106
  """)
107
 
108
  btn.click(