pratikshahp commited on
Commit
156721f
·
verified ·
1 Parent(s): 325335a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ llm = HuggingFaceEndpoint(
26
  # List of topics or keywords inappropriate for kids under 16
27
  prohibited_topics = [
28
  "violence", "drugs", "explicit content", "profanity", "hate speech",
29
- "self-harm", "gambling", "sexual content", "graphic descriptions"
30
  ]
31
 
32
  # Function to handle chatbot response with TogetherAI's guardrails
 
26
  # List of topics or keywords inappropriate for kids under 16
27
  prohibited_topics = [
28
  "violence", "drugs", "explicit content", "profanity", "hate speech",
29
+ "self-harm", "gambling", "kidnapping","sexual content", "graphic descriptions"
30
  ]
31
 
32
  # Function to handle chatbot response with TogetherAI's guardrails