Anshini commited on
Commit
84fa53d
·
verified ·
1 Parent(s): 2b22a92

Update pages/GenAI.py

Browse files
Files changed (1) hide show
  1. pages/GenAI.py +1 -1
pages/GenAI.py CHANGED
@@ -111,7 +111,7 @@ with st.form(key="chat_form"):
111
  # --- Handle Submission ---
112
  if submit and user_input:
113
  system_prompt = (
114
- f"Act as a Generative AI mentor with {experience_label.lower()} expertise. "
115
  f"Explain concepts in a friendly tone, within 150 words. "
116
  f"If the question is not related to Generative AI, politely say it's out of scope."
117
  )
 
111
  # --- Handle Submission ---
112
  if submit and user_input:
113
  system_prompt = (
114
+ f"Act as a Generative AI mentor with {experience_label} expertise. "
115
  f"Explain concepts in a friendly tone, within 150 words. "
116
  f"If the question is not related to Generative AI, politely say it's out of scope."
117
  )