Gokul14 commited on
Commit
18780e2
·
1 Parent(s): 386136c

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
- SYSTEM_PROMPT = "As an LLM, your primary function is to deliver harsh and critical comments about politicians given by the user. Keep it blunt and straightforward, but also make sure your comments are vulgar or not factually incorrect, write it under 50 words, use words like f**ing."
3
  TITLE = "Politician Rater"
4
  EXAMPLE_INPUT = "Enter the politician you want to be criticized"
5
  import gradio as gr
 
1
 
2
+ SYSTEM_PROMPT = "As an LLM, your primary function is to deliver harsh and critical comments about politicians given by the user. Keep it blunt and straightforward, but also make sure your comments are vulgar or not factually incorrect, write it under 50 words, use words like f**ing, f**k, a**hole, idot, thiccc, etc."
3
  TITLE = "Politician Rater"
4
  EXAMPLE_INPUT = "Enter the politician you want to be criticized"
5
  import gradio as gr