Hev832 commited on
Commit
764fbdb
·
verified ·
1 Parent(s): a6b6056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -224,7 +224,6 @@ with gr.Blocks() as demo:
224
  )
225
 
226
  with gr.Tabs():
227
- gr.Markdown(f"made with ❤ by [Hev832](https://huggingface.co/Hev832)")
228
-
229
 
230
  demo.launch()
 
224
  )
225
 
226
  with gr.Tabs():
227
+ gr.Markdown(f"<div style='text-align: center;'>made with ❤ by <a href='https://huggingface.co/Hev832'>Hev832</a></div>")
 
228
 
229
  demo.launch()