fantaxy commited on
Commit
98f9486
Β·
verified Β·
1 Parent(s): d59c11b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -273,7 +273,7 @@ I'll help you with the following aspects:
273
  chat_history.add_conversation(message, error_msg)
274
  yield "", history + [[message, error_msg]]
275
 
276
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="Erotica πŸ€–") as demo:
277
  # Load existing history
278
  initial_history = chat_history.format_for_display()
279
  with gr.Row():
@@ -296,7 +296,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="Erotica πŸ€–") as demo
296
  send = gr.Button("Send πŸ“€")
297
 
298
  with gr.Column(scale=1):
299
- gr.Markdown("### Erotica πŸ€– [File Upload] πŸ“\nSupported formats: Text, Code, CSV, Parquet files")
300
  file_upload = gr.File(
301
  label="Select File",
302
  file_types=["text", ".csv", ".parquet"],
 
273
  chat_history.add_conversation(message, error_msg)
274
  yield "", history + [[message, error_msg]]
275
 
276
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="[NSFW] Erotic Novel AI GenerationπŸ€–", description="NSFW Text (Data) Generator for Detecting 'NSFW' Text: Multilingual Experience.") as demo:
277
  # Load existing history
278
  initial_history = chat_history.format_for_display()
279
  with gr.Row():
 
296
  send = gr.Button("Send πŸ“€")
297
 
298
  with gr.Column(scale=1):
299
+ gr.Markdown("### Detect πŸ€– [File Upload] πŸ“\nSupported formats: Text, Code, CSV, Parquet files")
300
  file_upload = gr.File(
301
  label="Select File",
302
  file_types=["text", ".csv", ".parquet"],