Vageesh1 commited on
Commit
698e943
·
1 Parent(s): 7e4ab32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +19,7 @@ trait_content_df['Title'].fillna(method='ffill',inplace=True)
19
  trait_content_df['Question'].fillna(method='ffill',inplace=True)
20
 
21
  template = """
22
- You are given options selected by user for a particular question indirectly related to the personality with the traits detected.
23
- You task is to create a personalized dating app fun bio for the user, Don't Includes option in the answer use it as reference for answer generation.Just don't combine the options try to make new sentences personalized for each user. Limit the answer in not more than 100 words
24
  {history}
25
  Me:{human_input}
26
  Jack:
 
19
  trait_content_df['Question'].fillna(method='ffill',inplace=True)
20
 
21
  template = """
22
+ Create a personalized dating app fun bio for the user based on their selected options and detected traits. Craft unique responses for each user in 2nd person, even if their prompts are similar. Avoid combining traits; generate fresh, personalized sentences. Keep the answer under 100 words.
 
23
  {history}
24
  Me:{human_input}
25
  Jack: