ginipick commited on
Commit
d1f2c3f
·
verified ·
1 Parent(s): 689baac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,8 +112,8 @@ footer {
112
  with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> eBOOK Cover generation </div>')
114
 
115
- gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-Book-Cover/edit.hf.space">
116
- <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-Book-Cover/edit.hf.space&countColor=%23263759" />
117
  </a>""")
118
 
119
  with gr.Tabs() as tabs:
 
112
  with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> eBOOK Cover generation </div>')
114
 
115
+ gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fginigen-Book-Cover.hf.space">
116
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fginigen-Book-Cover.hf.space&countColor=%23263759" />
117
  </a>""")
118
 
119
  with gr.Tabs() as tabs: