Auronsays commited on
Commit
c37f562
·
verified ·
1 Parent(s): 76b7758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ demo = gr.ChatInterface(
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
- "Can you tell me about yourself?"
107
  ],
108
  css="footer {visibility: hidden}"
109
  )
 
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"
107
  ],
108
  css="footer {visibility: hidden}"
109
  )