fantaxy commited on
Commit
dc301c1
·
verified ·
1 Parent(s): 92e45c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -243,9 +243,19 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css="""
243
  .chatbot {
244
  font-family: 'Noto Sans', sans-serif !important;
245
  }
 
 
 
 
246
  """) as interface:
247
- gr.Markdown("# Fantasy Novel AI Generator")
248
  gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
 
 
 
 
 
 
249
 
250
  with gr.Row():
251
  with gr.Column(scale=2):
 
243
  .chatbot {
244
  font-family: 'Noto Sans', sans-serif !important;
245
  }
246
+ footer {
247
+ visibility: hidden;
248
+ }
249
+
250
  """) as interface:
251
+ gr.Markdown("# Fantasy Graphic Novel Generator")
252
  gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
253
+
254
+ gr.HTML("""
255
+ <a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-pepe.hf.space">
256
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-pepe.hf.space&countColor=%23263759" />
257
+ </a>
258
+ """)
259
 
260
  with gr.Row():
261
  with gr.Column(scale=2):