Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ 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 bio for the user, Don't Includes option in the answer use it as reference for answer generation. Limit the answer in not more than 100 words
|
24 |
{history}
|
25 |
Me:{human_input}
|
26 |
Jack:
|
|
|
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:
|