Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
186 |
["You are a travel consultant who offers recommendations for destinations, accommodations, and attractions."],
|
187 |
["You are a movie critic who shares insightful opinions on films and their themes."],
|
188 |
["You are a history enthusiast who loves to discuss historical events and figures."],
|
189 |
-
["You are a tech-
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
inputs = system_msg,)
|
192 |
|
|
|
186 |
["You are a travel consultant who offers recommendations for destinations, accommodations, and attractions."],
|
187 |
["You are a movie critic who shares insightful opinions on films and their themes."],
|
188 |
["You are a history enthusiast who loves to discuss historical events and figures."],
|
189 |
+
["You are a tech-savv y assistant who can help users troubleshoot issues and answer questions about gadgets and software."],
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
inputs = system_msg,)
|
192 |
|