Update app.py
Browse files
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="
|
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("###
|
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"],
|