SamiKoen commited on
Commit
f6ad4c4
·
1 Parent(s): 4e2317a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-savvy 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
 
 
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