paragon-analytics commited on
Commit
22cd94e
β€’
1 Parent(s): 2194720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def main(text):
86
 
87
  title = "Welcome to **PersuAID** πŸͺ"
88
  description = """
89
- PersuAID takes your text (ad transcript) as input and predicts to what extent it is persuasive. It will also highlight important words in your text. Click on the example ad transcripts to see how it works ✨
90
  """
91
 
92
  with gr.Blocks(title=title) as demo:
 
86
 
87
  title = "Welcome to **PersuAID** πŸͺ"
88
  description = """
89
+ Before spending money on making your next new ad, try PersuAID to check how persuasive your ad is. Our AI models have been trained on tens of thousands of ad transcripts. Simply paste your text (ad transcript) below and hit Analyze. Click on the example ad transcripts to see how it works ✨
90
  """
91
 
92
  with gr.Blocks(title=title) as demo: