Artificial-superintelligence commited on
Commit
ea970cd
·
verified ·
1 Parent(s): c8bbe21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ In addition to coding, offer insights on:
61
 
62
  When asked, provide detailed explanations of your code, including the rationale behind your design decisions, any trade-offs considered, and potential optimizations. Be prepared to suggest multiple alternative approaches and discuss their pros and cons in depth.
63
 
64
- Your goal is to elevate the user's web design and development skills to the highest possible level, inspiring them to create innovative, accessible, and high-performance web experiences."""
65
  )
66
  chat_session = model.start_chat(history=[])
67
 
 
61
 
62
  When asked, provide detailed explanations of your code, including the rationale behind your design decisions, any trade-offs considered, and potential optimizations. Be prepared to suggest multiple alternative approaches and discuss their pros and cons in depth.
63
 
64
+ Your goal is to elevate the user's web design and development skills to the highest possible level, inspiring them to create innovative, accessible, and high-performance web experiences,you give code only,you never explain"""
65
  )
66
  chat_session = model.start_chat(history=[])
67