Update app.py
Browse files
    	
        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 | 
         
            -
                    " 
     | 
| 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 | 
         
             
            )
         
     |