Gokul14 commited on
Commit
06d63ea
1 Parent(s): c1ee6b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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
6
  import os
7
  import requests
 
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 = "Modi"
5
  import gradio as gr
6
  import os
7
  import requests