samidh commited on
Commit
db7857b
·
verified ·
1 Parent(s): b974b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ This policy is designed to determine whether or not content is hate speech.
96
  - Artistic and Educational Content: Content with legitimate artistic, educational, or documentary value that discusses or portrays issues related to hate speech in a context clearly aimed at enlightening or informing without promoting hate.
97
  """
98
 
99
- DEFAULT_CONTENT = "LLMs steal our jobs."
100
 
101
  # Function to make predictions
102
  def predict(content, policy):
 
96
  - Artistic and Educational Content: Content with legitimate artistic, educational, or documentary value that discusses or portrays issues related to hate speech in a context clearly aimed at enlightening or informing without promoting hate.
97
  """
98
 
99
+ DEFAULT_CONTENT = "Put your content sample here."
100
 
101
  # Function to make predictions
102
  def predict(content, policy):