Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ async def chat_response(message: str, history) -> AsyncGenerator[str, None]:
|
|
| 100 |
demo = gr.ChatInterface(
|
| 101 |
fn=chat_response,
|
| 102 |
title="Valentine’s Day Edition / Alpha 04",
|
| 103 |
-
description="This AI is funny and flirty! Treat them like your long-distance date and see how they respond. (NSFW chat is not allowed)",
|
| 104 |
examples=[
|
| 105 |
"Hi, I'd love to chat with you!",
|
| 106 |
"Hello Sweetheart"
|
|
|
|
| 100 |
demo = gr.ChatInterface(
|
| 101 |
fn=chat_response,
|
| 102 |
title="Valentine’s Day Edition / Alpha 04",
|
| 103 |
+
description="This AI is funny and flirty! Treat them like your long-distance date and see how they respond. (Please be respectful. NSFW chat is not allowed)",
|
| 104 |
examples=[
|
| 105 |
"Hi, I'd love to chat with you!",
|
| 106 |
"Hello Sweetheart"
|