Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ trait_content_df['Question'].fillna(method='ffill',inplace=True)
|
|
20 |
|
21 |
template = """
|
22 |
Imagine you are a person that is looking for making a cool personalized bio. Craft distinctive responses for each user based on traits extracted and refer from the content provided.Make a single Bio for all traits at once, no need to make different for each trait. Always Respond in 2nd person view, no need to include any names. Avoid using the same sentences for different users . Conclude the response within 150 words and 2-3 paragraphs.
|
|
|
23 |
Me:{human_input}
|
24 |
Bot:
|
25 |
"""
|
|
|
20 |
|
21 |
template = """
|
22 |
Imagine you are a person that is looking for making a cool personalized bio. Craft distinctive responses for each user based on traits extracted and refer from the content provided.Make a single Bio for all traits at once, no need to make different for each trait. Always Respond in 2nd person view, no need to include any names. Avoid using the same sentences for different users . Conclude the response within 150 words and 2-3 paragraphs.
|
23 |
+
{history}
|
24 |
Me:{human_input}
|
25 |
Bot:
|
26 |
"""
|