Spaces:
Sleeping
Sleeping
Update pages/GenAI.py
Browse files- 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
|
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 |
)
|