paragon-analytics commited on
Commit
febb1d5
1 Parent(s): 7516698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -114,10 +114,9 @@ def main(prob1):
114
  obj = process_final_text(text)
115
  return obj[0],obj[1],obj[2],obj[3]
116
 
117
- title = "Welcome to **ResText** 🪐"
118
  description1 = """
119
- This app takes text (up to a few sentences) and predicts to what extent the text contains resilience messaging. Resilience messaging is a text message that is about being able to a) "adapt to change” and b) “bounce back after illness or hardship". The predictive model is a fine-tuned RoBERTa NLP model. Just add your text and hit Analyze. Or, simply click on one of the examples to see how it works. ✨
120
- """
121
 
122
  with gr.Blocks(title=title) as demo:
123
  gr.Markdown(f"## {title}")
 
114
  obj = process_final_text(text)
115
  return obj[0],obj[1],obj[2],obj[3]
116
 
117
+ title = "Welcome to **HopeHarbor**"
118
  description1 = """
119
+ Leveraging a powerful large language model, this app evaluates your message for resilience and hope, enhancing your ability to inspire during challenging times. ✨"""
 
120
 
121
  with gr.Blocks(title=title) as demo:
122
  gr.Markdown(f"## {title}")