fantaxy commited on
Commit
2fbc435
·
verified ·
1 Parent(s): e22fa54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -1
app.py CHANGED
@@ -252,6 +252,13 @@ Additionally, I will provide you with a reference story. Use this story as inspi
252
  error_message = f"Error: {str(e)}"
253
  yield history + [(message, error_message)], None, [img[0] for img in image_history]
254
 
 
 
 
 
 
 
 
255
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css="""
256
  .message-wrap {
257
  font-size: 14px !important;
@@ -274,9 +281,20 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css="""
274
  .chatbot {
275
  font-family: 'Noto Sans KR', sans-serif !important;
276
  }
 
 
 
 
 
277
  """) as interface:
278
- gr.Markdown("# NSFW Adult Novel AI Generation")
279
  gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
 
 
 
 
 
 
280
 
281
  with gr.Row():
282
  with gr.Column(scale=2):
 
252
  error_message = f"Error: {str(e)}"
253
  yield history + [(message, error_message)], None, [img[0] for img in image_history]
254
 
255
+ css = """
256
+ }
257
+ footer {
258
+ visibility: hidden;
259
+ }
260
+ """
261
+
262
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css="""
263
  .message-wrap {
264
  font-size: 14px !important;
 
281
  .chatbot {
282
  font-family: 'Noto Sans KR', sans-serif !important;
283
  }
284
+
285
+ footer {
286
+ visibility: hidden;
287
+ }
288
+
289
  """) as interface:
290
+ gr.Markdown("# NSFW Adult Graphic Novel Generator")
291
  gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
292
+
293
+ gr.HTML("""
294
+ <a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-pepe.hf.space">
295
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-pepe.hf.space&countColor=%23263759" />
296
+ </a>
297
+ """)
298
 
299
  with gr.Row():
300
  with gr.Column(scale=2):