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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ llm = HuggingFaceEndpoint(
25
 
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
 
 
25
 
26
  # List of topics or keywords inappropriate for kids under 16
27
  prohibited_topics = [
28
+ "violence", "drugs", "explicit content", "profanity", "hate speech", "alcohol",
29
  "self-harm", "gambling", "kidnapping","sexual content", "graphic descriptions"
30
  ]
31